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}}). |