get_webhook_details
Retrieve detailed information about a specific webhook using its unique identifier on the Webex MCP Server for enhanced messaging integration and management.
Instructions
Get details of a webhook by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
webhookId | Yes | The unique identifier for the webhook. |
Input Schema (JSON Schema)
{
"properties": {
"webhookId": {
"description": "The unique identifier for the webhook.",
"type": "string"
}
},
"required": [
"webhookId"
],
"type": "object"
}