register_mailbox_webhook
Register a webhook to receive POST notifications for email events such as delivery, bounced, complained, and reply_received on your project's mailbox.
Instructions
Register a webhook on the project's mailbox. Receives POST notifications for email events (delivery, bounced, complained, reply_received).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| url | Yes | Webhook callback URL | |
| events | Yes | Events to subscribe to. Valid: delivery, bounced, complained, reply_received |