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

# Send a test event

MCP tool `test_webhook`, calling `POST /v1/webhooks/{id}/test`.

Delivers a synthetic event so the receiver can be verified before real activity happens.

Read only: no.

## Parameters

- `id` (string, required) — Webhook subscription id.
- `eventType` (enum) — Event type to simulate. Defaults to comment.received. One of: account.connected, account.disconnected, connection.completed, connection.failed, comment.received, conversation.started, message.received, message.sent, message.edited, message.deleted, message.delivered, message.read, message.failed, reaction.received, lead.received, ad.status_changed.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.