update_webhook
Update a webhook's endpoint URL, subscribed events, or active status. Only provided fields change; use 'inactive' to pause delivery.
Instructions
Update an existing webhook's endpoint URL, subscribed events, and/or active status. Only the provided fields change. Use status: 'inactive' to pause delivery without deleting. Returns the updated webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ID of the webhook to update. | |
| endpoint | No | New HTTPS endpoint URL. Omit to keep the current one. | |
| events | No | New full list of event names to subscribe to (replaces the previous list). | |
| status | No | Set 'active' to enable delivery or 'inactive' to pause it. |