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

Try it

Sent from your browser straight to the API — nothing passes through this site, and the api token is kept in this tab only.
path parameters
Fill in id to send this request.
cURL
curl --request POST \
  --url 'https://api.na.electroneek.com/v1/orchestrator/workflow/{id}/launch' \
  --header 'Content-Type: application/json' \
  --data '{"payload": {},"runner_id": ""}'

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