Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Execution event payload

event
string
required
Example:

"workflow.execution.completed"

executionId
string
required
workflowId
string
required
status
enum<string>
required
Available options:
success,
failed
timestamp
string<date-time>
required
durationMs
integer<int64>

Response

200

Return 200 when the event is received successfully