register_mailbox_webhook
Configure a webhook callback to get notified when email events (delivery, bounce, complaint, reply) occur on a project 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 |