Use the Speak AI MCP server tool create_webhook to create a new webhook to receive
real-time notifications when events occur in Speak AI.
What does it do?
Create a new webhook to receive real-time notifications when events occur in Speak AI.
Parameters
create_webhook takes 3 parameters, 1 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
callbackUrl |
string | Yes | HTTPS endpoint URL to receive webhook payloads |
events |
array of string | No | Array of event types to subscribe to |
description |
string | No | Optional description for the webhook |
Behaviour
The Speak AI MCP server publishes these behaviour hints for create_webhook.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.
Related
- Webhooks lists the rest of the Webhooks category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.