Update webhook
mail_updateWebhookV1Update a webhook by changing only selected fields. Pass new values for URL, name, events, status, or description; omitted fields stay unchanged. Set description to null to clear it.
Instructions
Partially update a webhook. Only the fields included in the request
body are changed; omitted fields retain their current values. Pass
"description": null to clear the description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL to deliver events to | |
| name | No | New human-readable name for the webhook | |
| events | No | Replaces the full list of subscribed events | |
| status | No | New status for the webhook | |
| webhookId | Yes | Webhook ID (returned when the webhook was created) | |
| description | No | New description, or null to clear it |