v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhook
Resume a webhook
Resume a webhook that was disabled due to repeated delivery failures
Requires one of the following scopes: webhooks:update, webhooks:all, all:update, all:all
post/api/v2/webhooks/{id}/resume
Path parameters
idstring uuid required
Example:019f94cd-af71-78be-81b3-9e58c44409f2
Response
The requested 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"
}