v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhook
Create webhook
Requires one of the following scopes: webhooks:create, webhooks:all, all:create, all:all
post/api/v2/webhooks
Request body
Example request
{
"campaign": "019f94cd-77fd-74f3-ac4a-dd8150594714",
"name": "Zapier Positive Replies",
"target_hook_url": "https://webhook.site/unique-url",
"event_type": "email_sent",
"custom_interest_value": 1,
"headers": {
"Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
}
}Response
The Webhook
Example response
{
"id": "019f94cd-77fd-74f3-ac4a-dd7f7d7b5be6",
"organization": "019f94cd-77fd-74f3-ac4a-dd8009edca34",
"campaign": "019f94cd-77fd-74f3-ac4a-dd8150594714",
"name": "Zapier Positive Replies",
"target_hook_url": "https://webhook.site/unique-url",
"event_type": "email_sent",
"custom_interest_value": 1,
"headers": {
"Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
},
"timestamp_created": "2026-07-24T15:45:21.405Z",
"status": 1,
"timestamp_error": "2026-07-24T15:45:21.405Z"
}