register_mailbox_webhook
Register a webhook to receive POST notifications for email events (delivery, bounced, complained, reply_received) on a 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 |
|---|---|---|---|
| url | Yes | Webhook callback URL | |
| events | Yes | Events to subscribe to. Valid: delivery, bounced, complained, reply_received | |
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. | |
| project_id | Yes | The project ID |