Setting Up Webhooks
Step 1: Add a Webhook
- Navigate to your dashboard
- Go to the “Webhook” section
- Click on “Create”
- Enter your webhook URL where you want to receive events
- (Optional) Add a small description
- Click “Add endpoint” to create your webhook

Step 2: Attach Webhook to Your Agent
- Go to your agent’s configuration page
- Press the “add webhook” button
- Select the webhook url from dropdown and choose which events you want to receive
- Save your changes

Webhook Event Types
Your webhook will receive the following types of events:pre-conversation: When an agent call beginspost-conversation: When an agent call completesanalytics-completed: When post-call analytics are generated and ready
Webhook Payload Format
Each webhook event includes different data based on the event type. You can view the payload for each event type below:- Pre-conversation Event
- Post-conversation Event
- Analytics Completed Event

