ElectroNeek Documentation

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

NameTypeRequiredDescription
idstringyesWorkflow ID

Request body

NameTypeRequiredDescription
payloadobjectno
runner_idstring · nullableno

Response

201Success
Response body
object
launch_idstring
Updated