Create webhook
Create a new webhook endpoint for event notifications
Authorizations
API key authentication. Use your API key as the bearer token.
Body
1"Email Events Webhook"
"https://api.example.com/webhooks"
Webhook category type that determines which events the webhook subscribes to
transactional, domain, receiving "transactional"
Optional array of inbox UUIDs to scope receiving webhooks. Only applicable when type is 'receiving'.
Response
Webhook created
"123e4567-e89b-12d3-a456-426614174000"
Webhook category type that determines which events the webhook subscribes to
transactional, domain, receiving "transactional"
Derived list of events based on the webhook type. Read-only.
Inbox UUIDs for scoping receiving webhooks. Null for non-receiving types.