Alternate ways to run the bots

I would like to know apart from Orchestrator SaaS, what all other ways we can trigger the bot. like it there any API we can use it to trigger or other options ?

1 Like

Hello @AnkitDwivedi,

To trigger the bot there is the attended way, when we export the .neex file and execute it locally with the BotRunner. And the unattended way which is when we publish the workflow to the Orchestrator. Once the workflow is on the Orchestrator, we can just schedule the execution and assign into BotRunners, or we can request the execution via API, or via Webhook link, which is a URL that once it is accessed it will trigger the execution of the Bot on the assigned BotRunner.

The documentation of Orchestrator’s API with all the methods that can be requested, can be found here: https://api.latam.electroneek.com/

The Webhook link is created on the Workflow page in Orchestrator, accessing one specific workflow.

1 Like

So with this API we don’t need to login to orchestrator to execute the attended bot ?

Hi @AnkitDwivedi ,
No, with API you request all those methods to Orchestrator from another application and there is no need to login on Orchestrator for that.
But still need to have a Orchestrator access to get the API Key and also assign BotRunners to the workflow.