Can i start unattended automation by clicking a button in a web app. Not the web app built in web studio. The web app built using html and css. Let’s say a simple form is built and submit button. normally we can send the data as a json object to store it in a database. but here two things need to happen in my case. First thing is I need to somehow use this data in the process that i’m automating and second thing is that the process should start immediately after clicking submit. Any ideas guys, How achieve this ? I don’t want to use web app from studio web. ?
Yes you can
Explore orchestrator apis
<orchestratorurl>/swagger/index.html
You have start job,add queue item and many more options…the api can be called on click of button
Cheers
I have added the api strigger i copied the url with cusomised slug. im trying to send the arguments and start the process at the same time. I dont know whether it requires authentication. im just sending a normal http request using fetch. can you help me how to start the process using api tirgger ?
Swagger is where you can check the details…you need to authenticate else you wont be able to get the bearer token
cheers