Update Webhook
update_webhookUpdate an existing webhook's endpoint URL, event subscriptions, or enabled status. Provide the webhook ID and only the fields you want to change.
Instructions
Update a webhook's URL/events and/or enable/disable it. Provide any combination of url, events, enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New endpoint URL. | |
| events | No | Replacement event list. | |
| enabled | No | Enable (true) or disable (false) the webhook. | |
| webhook_id | Yes | Webhook ID (hook_...). |