> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revyops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlusVibe

> Connect PlusVibe to RevyOps to track campaign data.

## Prerequisites

* An active PlusVibe account
* Your RevyOps `client_id` (find it under **Settings → Workspace**)

## Webhook Setup

<Steps>
  <Step title="Open PlusVibe Settings">
    In PlusVibe, go to **Settings → Integrations → Webhooks**.
  </Step>

  <Step title="Add Webhook URL">
    Enter:

    ```
    https://api.revyops.com/public/plusvibe-webhook/{client_id}
    ```
  </Step>

  <Step title="Enable Events">
    Select email sent, reply, bounce, and unsubscribe events.
  </Step>

  <Step title="Save">
    Save and verify with a test payload.
  </Step>
</Steps>
