Solved

API DEPLOY V4

  • 2 May 2024
  • 1 reply
  • 37 views

Badge +1
I need to be able to send a file to a bot from a web page, is this possible to do using the automation anywhere deploy api? 
If possible, could you tell me how I can do it?
icon

Best answer by jon.stueveapeople 15 May 2024, 17:45

View original

1 reply

Userlevel 3
Badge +7

Yes, this can be done via API, please see the control room APIs product documentaion:
https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/control-room-api/cloud-control-room-apis.html

 

You’d want to work through the Authentication API to verifiy the account’s access to the control room and access to the appropriate role. Then you can use the Deploy API (v3, or v4) to delopy the bot to an unattended bot runner.

 

Reply