PlusVibe.ai
  1. Webhook
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
      POST
    • List webhooks
      GET
    • Delete webhook(s)
      DELETE
  • Tag
    • List Tags
  • For Email Infra Provider Partner
    • List workspaces
    • Initiate Google OAuth login flow
    • Initiate Microsoft OAuth login flow
    • Bulk Add SMTP Accounts (via Username and Password)
  1. Webhook

Sample Payload - BOUNCED_EMAIL

Below is a sample payload for "Bounced Email" webhook and its corresponding field descriptions.

FieldDescription
webhook_idUnique identifier for this webhook event.
webhook_nameName of the webhook.
webhook_eventEvent type that triggered the webhook (BOUNCED_EMAIL).
campaign_nameName of the campaign.
workspace_nameName of the workspace.
camp_idCampaign ID
dateISO timestamp when the bounce was detected.
sender_emailEmail address of the PlusVibe account that sent the original message.
lead_emailEmail address of the lead (recipient) that bounced.
lead_mxLead's mail server/provider (e.g., GOOGLE_WORKSPACE).
is_verifiedWhether the lead's email was verified
sender_mxSender's mail server/provider.
msgFull bounce message received from the remote mail server, including error details and diagnostics.
is_camp_pausedreturn 'true' when campaign is paused due to high bounce

{
"webhook_id": "688e24883a913ee37cbcbbe9",
"webhook_name": "Bounce Webhook",
"webhook_event": "BOUNCED_EMAIL",
"campaign_name": "Test Campaign",
"workspace_name": "Yaro's Workspace",
"camp_id": "685535c0dd763cf7e6c96a8b",
"date": "2025-08-02T14:50:56.668+00:00",
"sender_email": "ivanka@goplusvibe.com",
"lead_email": "bounceeeeefdsgdfg@gmail.com",
"lead_mx": "GOOGLE_WORKSPACE",
"is_verified": "VERIFIED",
"sender_mx": "GOOGLE_WORKSPACE",
"is_camp_paused": false,
"msg": "** Address not found **\n\nYour message wasn't delivered to bounceeeeefdsgdfg@gmail.com because the address couldn't be found, or is unable to receive mail.\n\nLearn more here: https://support.google.com/mail/?p=NoSuchUser\n\nThe response was:\n\n550 5.1.1 The email account that you tried to reach does not exist. Please try double-checking the recipient's email address for typos or unnecessary spaces. For more information, go to https://support.google.com/mail/?p=NoSuchUser e9e14a558f8ab-3e402cd3a83sor24720625ab.7 - gsmtp\n\nReporting-MTA: dns; googlemail.com\nReceived-From-MTA: dns; ivanka@goplusvibe.com\nArrival-Date: Sat, 02 Aug 2025 07:50:33 -0700 (PDT)\nX-Original-Message-ID: 1b2e599f-72bc-49d4-5000-287f498c858e@goplusvibe.com\n\nFinal-Recipient: rfc822; bounceeeeefdsgdfg@gmail.com\nAction: failed\nStatus: 5.1.1\nDiagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does not exist. Please try\n 550-5.1.1 double-checking the recipient's email address for typos or\n 550-5.1.1 unn"
}

Modified at 2025-08-07 11:33:26
Previous
Sample Payload - EMAIL_SENT
Next
Add a new webhook
Built with