Authentication
Workflows
API Reference
Event
WEBHOOK
events
{
"type": "<string>",
"data": {
"id": "<string>",
"workflow": {
"id": "<string>",
"name": "<string>"
},
"logins": [
{
"id": "<string>",
"name": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>"
}
}
Body
application/json
Payload sent when an execution has finished running
Allowed value:
"execution.complete"
Data about the completed execution.
Unique identifier for the execution
ID of the organization this execution belongs to
When the execution started
Available options:
InProgress
URL for live view of the execution
Response
200
Webhook received successfully
{
"type": "<string>",
"data": {
"id": "<string>",
"workflow": {
"id": "<string>",
"name": "<string>"
},
"logins": [
{
"id": "<string>",
"name": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>"
}
}