v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
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

headersobject

Response

Webhook created successfully.

idinteger required

Unique identifier for the created webhook.