Webhooks
Test webhook
POST
/
webhooks
/
test
/
trigger
/
:id
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
event_data
object
Data to inject into event.data. When the webhook will be triggered the event will have this data.
Response
200 - application/json
message
string