Webhook APIs
Create Webhook
Creates a new webhook configuration to receive notifications for one or more email events. Each event must be mapped to a valid callback URL. Optional custom headers can be defined to be sent with every webhook POST request.
post/webhooks
Headers
on-behalf-ofstring
Example:subaccount1
Allows a master account to create a webhook for a subaccount by specifying the subaccount's username.
Request body
Response
Webhook created successfully.