Webhooks
Update a webhook
put/webhooks/{webhookId}
Path parameters
webhookIdinteger required
Id of the webhook
Request body
Example request
{
"url": "http://requestb.in/173lyyx1",
"description": "Webhook triggered on contact hardbounce",
"events": [
"hardBounce"
],
"domain": "example.com",
"batched": true,
"auth": {
"type": "bearer",
"token": "test-auth-token1234"
},
"headers": [
{
"key": "cf-secret",
"value": "test-header-value"
}
]
}Response
Webhook updated