update_mailbox_webhook
Update a webhook's URL or replace its event subscriptions. Specify project and webhook ID, optionally target a mailbox.
Instructions
Update a webhook's URL and/or events. At least one field required. Events is a full replacement, not a merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| webhook_id | Yes | The webhook ID (whk_...) | |
| url | No | New webhook URL | |
| events | No | New events array (full replacement). Valid: delivery, bounced, complained, reply_received | |
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. |