Hands-On RPA: Using APIs with UiPath
1h 18mIntermediate2023-10-11
Authors

Sarah Ghanem
Course details
UiPath is a software technology that lets you create automated processes and activities like data scraping, clicks, types, and API calls without having to start from scratch. In this course, Sarah Ghanem provides an introduction to UiPath and shows you how to utilize back-end automation with APIs and web services. Sarah’s project-based course guides you through a real-world usage example—how to retrieve an update of a stock investment portfolio—to show you how to integrate APIs into your work. She takes you step-by-step through building a process using the RE Framework that adheres to industry standards and is scalable and maintainable and shares the knowledge and skills necessary to construct a robust and effective process using UiPath.
Skills covered
UiPathIT AutomationPersonal Productivity SoftwareNetwork and System AdministrationBusiness Software and ToolsOne-Off
Concepts
0. Introduction
- 01 - Use APIs with UIPath
- 02 - What you should know
1. Challenge Introduction
- 03 - Challenge overview
2. Create the Dispatcher
- 04 - Create a queue
- 05 - Read the input file
- 06 - Load the stock items in the queue
- 07 - Run the Dispatcher
3. Introduction to API
- 08 - What is an API
- 09 - Create an API key
- 10 - Inspect the JSON array
- 11 - Install the Web.Activities package in UiPath
- 12 - API activities in UiPath
- 13 - Run the API process
4. Create the Performer
- 14 - Prepare the project s configuration file
- 15 - Initialization
- 16 - Get transaction data
- 17 - Process transaction
- 18 - Calculate last working day
- 19 - Calculate stocks profit
- 20 - End stage
5. Final Steps
- 21 - Run the process from the Orchestrator
- 22 - Wrap-up
Conclusion
- 23 - Next steps