Update a webhook
update_webhookModify an existing webhook subscription by updating only the fields you want to change, such as name, URL, events, or pause deliveries by setting is_active to false.
Instructions
Update a webhook subscription. Supply only the fields you want to change: name, url, events, or is_active (set false to pause deliveries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| events | No | The event subscription object selecting which event types this webhook receives. Call list_webhook_event_types for the available types and each payload shape. | |
| is_active | No | Set false to pause deliveries. | |
| webhook_id | Yes | The webhook id. |