PlusVibe.ai
  1. For Email Infra Provider Partner
PlusVibe.ai
  • PlusVibe.ai API Documentation
  • Workspace
    • Get workspaces
      GET
    • Add a new workspace
      POST
  • Campaign
    • Create a new campaign
      POST
    • Create a new subsequence
      POST
    • List campaigns (deprecated)
      GET
    • List all campaigns
      GET
    • Get campaign name
      GET
    • Get campaign status
      GET
    • Get campaign email accounts
      GET
    • Get campaign emails
      GET
    • Set campaign name
      POST
    • Set campaign Schedules
      POST
    • Activate campaign
      POST
    • Pause campaign
      POST
    • Update Campaign
      PATCH
  • Lead
    • Add leads to a campaign
      POST
    • Add leads to a subsequence campaign
      POST
    • Get or search for lead
      GET
    • Delete leads from a campaign
      POST
    • Lead Variable/Label Update or Add
      POST
    • Fetch workspace leads
      GET
    • Update the status of a lead
      POST
  • Email Account
    • List all email accounts in the workspace
    • Get email account status
    • Check account vitals
    • Enable Email account warmup
    • Pause Email account warmup
    • Delete Email account
    • Get Warmup Stats (Individual Account)
    • Get Warmup Stats (Workspace-Level)
    • Bulk Add SMTP Accounts
  • Analytics
    • Get campaign summary
    • Get campaign count (deprecated)
    • Get campaign stats
    • Get all campaigns statistics
  • Unibox
    • Get emails
    • Get count of unread emails
    • Reply to an email
    • Forward an existing email
    • Mark email read
  • Blocklist
    • Get entries in the blocklist
    • Adds entries to the blocklist
    • Delete entries in the blocklist
  • Webhook
    • PlusVibe Webhook Overview
    • Sample Payload - FIRST_EMAIL_REPLIES, ALL_EMAIL_REPLIES, ALL_POSITIVE_REPLIES
    • Sample Payload - LEAD_MARKED_AS_INTERESTED
    • Sample Payload - EMAIL_SENT
    • Sample Payload - BOUNCED_EMAIL
    • Add a new webhook
    • List webhooks
    • Delete webhook(s)
  • Tag
    • List Tags
  • For Email Infra Provider Partner
    • List workspaces
      POST
    • Initiate Google OAuth login flow
      POST
    • Initiate Microsoft OAuth login flow
      POST
    • Bulk Add SMTP Accounts (via Username and Password)
      POST
  1. For Email Infra Provider Partner

Initiate Microsoft OAuth login flow

POST
https://api.plusvibe.ai/v1/webhook/partner-microsoft-oauth-url
These endpoints allow email infrastructure provider partners to programmatically initiate the Google/Microsoft OAuth login flow to add an account to PlusVibe.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plusvibe.ai/v1/webhook/partner-microsoft-oauth-url' \
--header 'Content-Type: application/json' \
--data-raw '{
    "flow": "app_user",
    "pipl_username": "user@email.com",
    "pipl_password": "A1b2c3d4!",
    "workspace_id": "65099a0dd96fae8ab61130c0"
}'
Response Response Example
{
    "code": 1,
    "message": "success",
    "data": {
        "redirect_url": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=12345678-abcd-1234-efgh-56789abcdef0&state=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3c19pZCI6IjY1YWFiYmNjZDk2ZjEyMzQ1Njc4OWFiIiwiX3VfaWQiOiI2NWNjYmI5YzEyMzQ1Njc4OWFiY2RlZiIsImZsb3ciOiJhcHBfdXNlciIsIndhcm11cF9zdGF0dXMiOiJJTkFDVElWRSIsInBhcnRuZXJfaWQiOiJub2RlX2FwaV91c2VyIiwicmFuZG9tIjoiYWJjZGVmZ2hpamtsbW5vcHFyc3QiLCJpYXQiOjE3NDAwMDAwMDAsImV4cCI6MTc0MDAwOTAwMH0.fake-signature-string&response_type=code&redirect_uri=https%3A%2F%2Fapi.fakecorp.com%2Fv1%2Fwebhook%2Fadd-microsoft-email-account-by-partner&prompt=select_account&scope=https%3A%2F%2Foutlook.office.com%2Fmail.readwrite%20https%3A%2F%2Foutlook.office.com%2FIMAP.AccessAsUser.All%20https%3A%2F%2Foutlook.office.com%2FSMTP.Send%20offline_access%20profile%20email%20openid&response_mode=query"
    }
}

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Successfully generated redirect URL for OAuth
Body

Modified at 2025-05-24 05:40:10
Previous
Initiate Google OAuth login flow
Next
Bulk Add SMTP Accounts (via Username and Password)
Built with