Skip to main content

Send a test delivery (real POST, billing-gated)

POST 

/v1/webhooks/outgoing/:webhook_id/test

Send a test delivery to an outgoing webhook's URL and return the result.

Pass an optional test_data object to control the payload body. This is a real outbound POST to your endpoint — signed exactly like a live delivery, so it also verifies your signature checking — and it is billing-gated.

Requires the webhooks:write scope.

Request

Responses

Successful Response