update_webex_webhook
Update an existing Webex webhook's name and target URL, and optionally change its secret or status.
Instructions
Update an existing webhook.
The Webex API requires both name and target_url on every update, even when only one field is changing.
Args: webhook_id: The webhook ID to update (required) name: Updated display name for the webhook (required by Webex API) target_url: Updated HTTPS target URL (required by Webex API) secret: Updated signing secret (optional); pass an empty string to clear it status: Updated status — "active" to re-enable or "inactive" to disable (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| secret | No | ||
| status | No | ||
| target_url | Yes | ||
| webhook_id | Yes |