create_webhook
Set up webhooks in the Zoom API MCP Server to receive real-time notifications for specified events. Define the target URL, event types, and authorization header to enable automated updates and integrations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
authorization_header | No | Authorization header | |
description | No | Webhook description | |
event_types | Yes | Event types to subscribe to | |
url | Yes | Webhook URL |