Update Webhook
update_webhookUpdate an existing webhook's URL, subscribed events, active status, or encrypted auth headers. Use list_webhooks to get the webhook ID first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New HTTPS URL for the webhook | |
| active | No | Set to false to pause the webhook, true to resume | |
| events | No | New list of event types to subscribe to | |
| headers | No | Replace auth headers. Only Authorization and X-API-Key are accepted. Send {} to clear them. | |
| webhook_id | Yes | ID of the webhook to update |