Update Webhook Subscription Tool
update-webhook-subscriptionUse this when the user wants to change a webhook endpoint URL, subscribed events, active/inactive status, or metadata. State-changing external action: updates the owned webhook subscription after authorization. Requires subscription_id from list-webhook-subscriptions; use list-webhook-events for valid keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Event keys from list-webhook-events. | |
| metadata | No | Optional metadata object to replace or store with the webhook subscription. | |
| is_active | No | Whether the subscription is active. | |
| webhook_url | No | HTTP/HTTPS webhook endpoint. | |
| subscription_id | Yes | Webhook subscription ID. |