POST
/
workflows
/
execute
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/execute \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>",
  "loginId": "<string>",
  "params": {
    "origin": "New York",
    "destination": "Los Angeles"
  },
  "timeout": 1800
}'
{
  "executionId": "1",
  "status": "Processing",
  "message": "Workflow execution started successfully"
}

Body

application/json

Response

200
application/json

Workflow execution started successfully

The response is of type object.