Skip to main content
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?

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