Send test event
POST {{baseUrl}}/v3/webhooks/send-test-event
The mock webhook feature sends sample events so you can test your webhook destinations or receivers. Webhooks with mock payloads are sent to the callback URL you provide.
The secret used will be mock-webhook-secret
Request Body
{"trigger_type"=>"<string>", "webhook_url"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":"\u003cstring\u003e","request_id":"\u003cstring\u003e"}