Create a webhook endpoint
Creates a new webhook endpoint that receives event notifications at the specified URL.
Authorizations
Paubox API uses Bearer token authentication in the Authorization header.
Format: Authorization: Bearer YOUR_API_KEY_HERE
Example: Authorization: Bearer 9e5b092b632445b8f570c62ae54f30fda1044305
The legacy format Authorization: Token token=YOUR_API_KEY_HERE is also supported.
Body
HTTPS URL to receive webhook deliveries. Must not point to a private or internal address.
"https://example.com/webhooks/paubox"
Event types to subscribe to.
api_mail_log_delivered, api_mail_log_opened, api_mail_log_temporary_failure, api_mail_log_permanent_failure, inbound_mail_received Included as x-webhook-signing-key header on deliveries for verification.
Included as x-api-key header on deliveries.
Whether the endpoint is active. Defaults to true.