update_webhook
Toggle a webhook's active flag on or off. Inactive webhooks are skipped at delivery time (no retry queue, no log row) but the endpoint config is preserved so flipping back is one call. Use to silence a noisy receiver during maintenance without losing its URL + secret + event subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | true to enable delivery, false to silence. | |
| org_slug | Yes | Org slug | |
| webhook_id | Yes | Webhook id (from list_webhooks) |