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
  • 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
    • 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

PlusVibe Webhook Overview

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).
All Emails Sent (EMAIL_SENT)
Triggered whenever a campaign email is sent.
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:
MARKED_AS_INTERESTED
MARKED_AS_NOT_INTERESTED

How to Integrate PlusVibe Webhooks with Zapier or Make.com#

1.
Create a Webhook Trigger in Zapier or Make
In 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 PlusVibe
Go to: https://app.pipl.ai/v2/settings/webhook/
Paste your webhook URL into the appropriate field.
Choose the event types you want to subscribe to, and save your changes.
3.
Receive Real-Time Events
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 2025-06-13 07:32:27
Previous
Delete entries in the blocklist
Next
Sample Payload - FIRST_EMAIL_REPLIES, ALL_EMAIL_REPLIES, ALL_POSITIVE_REPLIES
Built with