---
title: "Create Webhook"
description: "Create a new webhook to receive real-time notifications when events occur in Speak AI."
---

> 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.

# Create Webhook

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](/mcp/tools/webhooks/) lists the rest of the Webhooks category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

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