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

type
string
required
Allowed value: "execution.complete"
data
object
required

Data about the completed execution.

Response

200

Webhook received successfully