Hey everyone! How can I do it in an application, call the automation API to run the Agent after I click on a button? It’s possible? I need to run a certain robot after the user uses the application and submits it.
You can do it through RestAPI.
Request the documentation from Support.
First you need to request a TOKEN, then Execute WF, After that you can request status and restart if there was a failure, like WEB page down.
All through API.
In fact, I have a simple application, html and javascript, in this application I have a button. I need to run a workflow after this button is pressed, calling the API directly through javascript, and how do I do that?