update_mailbox_webhook
Update a webhook's URL and event types. Provide project ID and webhook ID; optionally set new URL or replace events (delivery, bounced, complained, reply_received).
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 |