Webhooks
Update Webhook
Update endpoint URL, subscribed event topics, or enabled status for a webhook.
PATCH
Update destination URL or modify which email delivery events trigger webhooks.
Path Parameters
string
required
The unique identifier of the webhook.
Body Parameters
string
New destination HTTPS endpoint URL.
array
Updated array of event topics to subscribe to (e.g.
["email.sent", "email.delivered", "email.bounced"]).boolean
Enable or temporarily pause webhook deliveries.