API ReferenceWebhooksCreate Webhook
Create Webhook
Register a new webhook endpoint to receive real-time notifications about your email activity.
POST
https://wapi.simplysend.email/web-setup/webhooksParameters
nameRequiredstring
A friendly name for your webhook integration.
urlRequiredstring
The publicly accessible HTTPS URL where Simply Send will send event payloads.
eventsRequiredarray
List of event types to subscribe to. See the Valid Event Types overview for available options.
isActiveboolean
Whether the webhook is active. Defaults to true.
headersobject
Custom key-value pairs to be included in the header of every webhook request.
RequestPOST
Response
