API Token
You need an API Token to work with Orchestrator SaaS API. To generate a token:
- Click on "Orchestrator SaaS" on the User Portal Home page.
- Click "Integrations".
- There you will see a menu option for Token generation.
- Press "Generate Token".
The corresponding icons allow you to display the token and copy it to the clipboard.
Transferring data to an API-request
Orchestrator SaaS API allows you to transfer data to the bot before the workflow launches. To do that, transfer the value of the payload
parameter to the method workflow/{id}/launch
. The values you pass will be available in the webhook_data
variable in the bot, you can work with this variable as well as with any other.
Want to know more? So, learn how to transfer data through API request.