cURL
Webhooks
Update Webhook
Update the endpoint URL, subscribed event types, or rotate the signing secret.
PATCH
cURL
Authorizations
Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.
Path Parameters
The id of the webhook
Body
application/json
The name of the webhook
Example:
"Production webhook"
The endpoint URL of the webhook
Example:
"https://example.com/webhooks"
The event types to subscribe to
Available options:
email.queued, email.scheduled, email.processed, email.sending, email.sent, email.delivered, email.opened, email.clicked, email.bounced, email.complained, email.rejected, email.deliveryDelayed, email.failed, email.renderingFailed, email.subscribed, email.unsubscribed, message.received, message.security.flagged, message.agent.triggered, message.sent, message.rejected The status of the webhook.
Available options:
enabled, disabled If true, a new signing secret will be generated
Response
Successful response.
