PlusVibe Webhooks#
Webhooks allow external systems to receive real-time event notifications from PlusVibe. You can use webhooks to integrate PlusVibe with your own applications, CRMs, or automation tools like Zapier and Make.com.Supported Webhook Event Types#
First Email Replies (FIRST_EMAIL_REPLIES)
Triggered whenever a lead replies for the first time (excluding Out of Office and Automatic Replies).
All Email Replies (ALL_EMAIL_REPLIES)
Triggered whenever a lead replies (including the first reply and all subsequent replies).
All Positive Replies (ALL_POSITIVE_REPLIES)
Triggered whenever a lead replies and is detected as having a positive sentiment (includes both first and subsequent replies).
Campaign Emails Sent (EMAIL_SENT)
Triggered whenever a campaign email is sent.
**All Bounced Emails ** (BOUNCED_EMAIL)
Triggered whenever a email is bounced
Unibox Emails Sent (UNIBOX_EMAIL_SENT)
Triggered whenever an email is sent from the Unibox: manual reply or compose, scheduled messages (at actual send time), AI-triggered replies, and automated follow-ups. Forwarded messages are excluded.
MARKED_AS_{{LABELNAME}}
Triggered when a label is applied to a lead, either by our AI or manually by a user inside the app.
Note: Label Name has to be in all uppercase.
Webhook_event Example: How to Integrate PlusVibe Webhooks with Zapier or Make.com#
1.
Create a Webhook Trigger in Zapier or MakeIn Zapier, create a new Zap and choose Webhooks by Zapier as the trigger. Select Catch Hook.
In Make.com, create a new Scenario and add the Webhooks module. Select Custom Webhook.
Both platforms will give you a unique webhook URL.
2.
Add the Webhook URL to PlusVibePaste your webhook URL into the appropriate field.
Choose the event types you want to subscribe to, and save your changes.
3.
When the selected event occurs in PlusVibe, a POST request will be sent to your webhook URL.
Zapier or Make.com will receive the data and forward it to your connected system.
Modified at 2026-07-24 03:30:14