<!-- https://cutedyno.com/docs/mcp/tools/create_webhook -->

# Create a webhook

MCP tool `create_webhook`, calling `POST /v1/webhooks`.

Registers an endpoint to receive events. Set scope to account to receive events from every profile through one endpoint.

Read only: no.

## Parameters

- `url` (string, required) — HTTPS endpoint that will receive POSTs.
- `events` (enum | string[], required) — Event types to subscribe to, or ["*"] for everything.
- `scope` (enum) — Defaults to profile. One of: profile, account.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.