MCP

test_webhook

Send a test event

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

Category
Webhooks
Calls
POST/v1/webhooks/{id}/test
Safe to auto-approve
No. It changes data, so keep a human in the loop or scope the key.

Parameters

idstringrequired

Webhook subscription id.

eventTypeenumoptional

Event type to simulate. Defaults to comment.received.

One of:account.connectedaccount.disconnectedconnection.completedconnection.failedcomment.receivedconversation.startedmessage.receivedmessage.sentmessage.editedmessage.deletedmessage.deliveredmessage.readmessage.failedreaction.receivedlead.receivedad.status_changed

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "test_webhook",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}