POST
/
webhooks
/
{workflow_id}
/
{secret}
{
  "message": "<string>",
  "wf_id": "<string>",
  "wf_exec_id": "<string>",
  "payload": "<any>"
}

Headers

content-type
string | null

Path Parameters

secret
string
required
workflow_id
required

Query Parameters

echo
boolean
default:false

Echo the request payload back to the caller

Response

200
application/json

Successful Response

The response is of type object.