Skip to main content
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.

Response

object
string
Webhook ID.
string
Updated URL.
array
Subscribed events.
boolean
Enabled status.