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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:&quot;\u003cstring\u003e&quot;,&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}