MCP tools

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

One of:account.connectedaccount.disconnectedconnection.completedconnection.failedpost.createdpost.scheduledpost.publishedpost.failedpost.partially_publishedpost.cancelledapproval.requestedapproval.approvedapproval.rejectedcomment.received

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"
  }
}