update_webhook
Update a webhook subscription by changing its delivery URL, subscribed event types, or pausing/resuming deliveries. Modify any combination of these settings in a single request.
Instructions
Update a webhook subscription — change its delivery URL, the set of subscribed event types, or pause/resume it via active. At least one field must be supplied. Requires an org-level API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New HTTPS delivery endpoint | |
| active | No | Set false to pause deliveries, true to resume | |
| events | No | Replacement set of event types to subscribe to | |
| webhook_id | Yes | Webhook subscription to update |