mail_updateWebhookV1
Partially update a webhook by modifying only specified fields like URL, name, events, status, or description, leaving omitted fields unchanged.
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 |