cURL
Webhooks
Create Webhook
Register an endpoint to start receiving webhook events for your organization.
POST
cURL
Authorizations
Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.
Body
application/json
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 name of the webhook
Example:
"Production webhook"
The status of the webhook.
Available options:
enabled, disabled Response
Created.
