Webhooks

Send a test.ping to a webhook endpoint

Sends a single signed test.ping delivery (no retries) and logs it. Use it to verify your endpoint and signature handling. Requires the webhooks.manage permission and the webhooks feature.

post/webhooks/{id}/test

Path parameters

idstring required

Webhook endpoint id.

Webhook endpoint id.

Response

The test delivery outcome.

deliveredboolean required

Whether the test.ping returned a 2xx.

statusCodeinteger

HTTP response status, if any.

errorstring

Failure reason, if not delivered.

Changes