Use the Speak AI MCP server tool provision_inbound_webhook to provision a
standalone inbound webhook and get its public receive URL (inboundUrl) BEFORE
creating an automation.
What does it do?
Provision a standalone inbound webhook and get its public receive URL (inboundUrl)
BEFORE creating an automation. Webhook-first flow: provision, send a test payload to
the URL (append ?test=1 to only capture a sample without running anything), inspect
mappable payload paths with get_inbound_webhook, then pass the webhookId as
trigger.webhookId to create_automation.
Parameters
provision_inbound_webhook takes no parameters.
Behaviour
The Speak AI MCP server publishes these behaviour hints for
provision_inbound_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.