Ankan Mondal
Ankan Mondal
  • 4
  • 9 870
Understanding Rest Web Service, Python scripts with Automation Anywhere A2019
This is a useful resource that will help everyone to learn about
'How to connect A2019 with External APIs? '
In this video, I have shown basics -
1) Analyzing and process of generating Keys and understanding API Parameters.
2)Calling the Endpoints with Postman
3)Calling the Endpoints with A2019
4)Writing a Python Script to manipulate the response.
Github link to the source codes - github.com/ankan4445/A2019_Azure_Integration
If you're interested to know about DLL Creation process, then you can refer to my video - ua-cam.com/video/IUq_xxo_EGA/v-deo.html
Переглядів: 3 081

Відео

Error Handling Framework A2019
Переглядів 5594 роки тому
Error Framework for handling any errors/exceptions for A2019 Enterprise Cloud. With 2019, it’s a much stronger Error Handling Mechanism where three blocks(try, catch, finally) can be used to manage the Exception Handling
Trigger Slack on Record Updates
Переглядів 1235 років тому
This video demonstrates the 'Install - Setup & Configure - Run' Steps of a Bot from Botstore. A common use case, as shown here, is to have a notification sent to the recipient via Slack around new Sales Leads, which have been downloaded from a CRM system to a CSV. There are customizations that are available over CSV that makes it extremely Reusable (as below)- • Filter based on Column Value (Se...
API DLL Integration with Metabot (Automation Anywhere - RPA with Visual Studio C#)
Переглядів 6 тис.5 років тому
This Video is a short course on 'How you can integrate with APIs using C# Code and calling it via Meta bot (Automation Anywhere's 11.x RPA Platform). There are multiple ways by which you can consume a Rest API, but in this video, to make it short, I have used one of the shortest ways. Finally, after generating the DLL, the video shows 'How to create a Metabot and call it from the Taskbot'. The ...