Launch Workflow
This launches a Workflow. If runner_id is not specified, it launches the Workflow on the first available Bot Runner. If all Bot Runners are busy or offline, the Workflow is put in a queue.
posthttps://api.{region}.electroneek.com/v1/orchestrator/workflow/{id}/launch
{region} may be: na, cis, apac, latam, emea
Authentication
Use an API Token from the Orchestrator → Integrations page. Send it as a bearer token: Authorization: Bearer <token>.
path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Workflow ID |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
payload | object | no | |
runner_id | string · nullable | no |
Response
201Success
Response body
object
launch_idstring Updated