---
title: "Webhooks tools in the Speak AI MCP server reference"
description: "Trigger actions on new recordings. Send events to your own backend. All 7 Webhooks tools in the Speak AI MCP server, with parameters and behaviour hints."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks tools in the Speak AI MCP server reference

The Webhooks category groups 7 of the Speak AI MCP server's tools. Trigger actions
on new recordings. Send events to your own backend.

## Which Webhooks tools does the Speak AI MCP server have?

The Speak AI MCP server has 7 Webhooks tools. Each one has its own page with a
plain-language summary, its parameters, and its behaviour hints.

- [`create_webhook`](/mcp/tools/webhooks/create_webhook/): Create a new webhook to
  receive real-time notifications when events occur in Speak AI.
- [`list_webhooks`](/mcp/tools/webhooks/list_webhooks/): List all configured
  webhooks in the workspace.
- [`update_webhook`](/mcp/tools/webhooks/update_webhook/): Update an existing
  webhook.
- [`delete_webhook`](/mcp/tools/webhooks/delete_webhook/): Delete a webhook and stop
  receiving notifications at its endpoint.
- [`provision_inbound_webhook`](/mcp/tools/webhooks/provision_inbound_webhook/):
  Provision a standalone inbound webhook and get its public receive URL (inboundUrl)
  BEFORE creating an automation.
- [`get_inbound_webhook`](/mcp/tools/webhooks/get_inbound_webhook/): Get an inbound
  webhook's public receive URL, captured sample payload, and the ready-to-paste
  \{\{trigger.payload.*\}\} tokens for mapping payload values into automation steps
  (speak-upload name/sourceUrl, fieldsMap custom-field values,
  notify/outbound-webhook templates).
- [`get_webhook_attempts`](/mcp/tools/webhooks/get_webhook_attempts/): Get the
  delivery log for an inbound webhook: each received request with its HTTP
  acknowledgement status (200 = sample captured, 202 = accepted and run started,
  401/403 = rejected) and the automation run it started.

## Related

- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool across every
  category.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/webhooks/index.mdx
