Webhooks let you push contact data from Conversion to an external endpoint in real time. Use them to send data to tools like Clay, data warehouses, or custom applications as contacts progress through workflows.Documentation Index
Fetch the complete documentation index at: https://docs.conversion.ai/llms.txt
Use this file to discover all available pages before exploring further.
Adding a webhook
Click Add webhook, enter a name and destination URL, then save. The webhook appears in the list with its name and URL. Click Manage on an existing webhook to open the full configuration panel.Managing a webhook
The Manage panel lets you configure the webhook’s request details:| Setting | Description |
|---|---|
| Name | A label to identify the webhook (e.g., “Send to Clay”) |
| URL | The destination endpoint that receives the request |
| Optional bearer token | A token sent in the Authorization header for authentication |
| Headers | Custom HTTP headers to include with each request. Click Add header to add key-value pairs. |
| Body | The JSON request body. Use Liquid variables to include contact data (e.g., {{contact.email}}, {{contact.last_name}}). |