Skip to main content
Glama

Webex MCP Server

create_webhook

Create a webhook in Webex to monitor specific resources and trigger events by defining a name, target URL, resource, event, filter, secret, and owner.

Instructions

Create a webhook in Webex.

Input Schema

NameRequiredDescriptionDefault
eventYesThe event to trigger the webhook (e.g., created).
filterYesThe filter for the webhook.
nameYesThe name of the webhook.
ownedByYesThe owner of the webhook.
resourceYesThe resource to monitor (e.g., messages).
secretYesThe secret for the webhook.
targetUrlYesThe target URL for the webhook.

Input Schema (JSON Schema)

{ "properties": { "event": { "description": "The event to trigger the webhook (e.g., created).", "type": "string" }, "filter": { "description": "The filter for the webhook.", "type": "string" }, "name": { "description": "The name of the webhook.", "type": "string" }, "ownedBy": { "description": "The owner of the webhook.", "type": "string" }, "resource": { "description": "The resource to monitor (e.g., messages).", "type": "string" }, "secret": { "description": "The secret for the webhook.", "type": "string" }, "targetUrl": { "description": "The target URL for the webhook.", "type": "string" } }, "required": [ "name", "targetUrl", "resource", "event", "filter", "secret", "ownedBy" ], "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