Skip to main content
Glama

Webex MCP Server

update_webhook

Modify a Webex webhook by updating its name, target URL, secret, or status using the provided webhook ID. Ensure real-time integration and automation with custom configurations.

Instructions

Update a webhook in Webex.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the webhook.
secretYesThe secret for the webhook.
statusYesThe status of the webhook (e.g., active).
targetUrlYesThe target URL for the webhook.
webhookIdYesThe unique identifier for the webhook.

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the webhook.", "type": "string" }, "secret": { "description": "The secret for the webhook.", "type": "string" }, "status": { "description": "The status of the webhook (e.g., active).", "type": "string" }, "targetUrl": { "description": "The target URL for the webhook.", "type": "string" }, "webhookId": { "description": "The unique identifier for the webhook.", "type": "string" } }, "required": [ "webhookId", "name", "targetUrl", "secret", "status" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server