Receive Webhook
Accept an external webhook trigger for a published workflow. Validates HMAC-SHA256 signature from ``X-Workflow-Signature`` header. Returns 202 Accepted immediately; actual execution is async (Epic 3).
Accept an external webhook trigger for a published workflow.
Validates HMAC-SHA256 signature from X-Workflow-Signature header.
Returns 202 Accepted immediately; actual execution is async (Epic 3).
AuthorizationBearer <token>
In: header
Path Parameters
workflow_id*Workflow Id
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/workflows/webhook/string"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}