PDA

View Full Version : Outlook trigger REST API service (UiPath) from VBA code | Code in Description



CrisUiPath
12-30-2021, 05:09 AM
Hello All,
I like to share with you a VBA code that do a lot of REST API (POST and GET commands).
In this case I call UiPath System to start robot / process and then use the response to answer to email.
Basically I have:
- email filters
- POST and GET REST API calls
- extract data from JSON
- timer to wait for process response
- reply to email.

Here is all my code in GITHUB:
https://github.com/cristinegulescu/startUiPathFromSalesforce/blob/master/StartFromOutLookVBA.txt
And also a video that demonstrate that code is working.
https://youtu.be/2KaRjaEpecI
Thanks,
Cristian

AleahGreene
04-21-2024, 10:06 AM
Your integration of Outlook with UiPath for automation sounds really efficient. The way you've handled email filters, REST API calls, and JSON data extraction shows a solid understanding of both VBA and UiPath. I checked out your code on GitHub, and it's well-documented and easy to follow, even for someone like me who's relatively new to this stuff. The video tutorial was helpful too, especially for visual learners like myself. It's inspiring to see how developers like you are pushing the boundaries of what's possible with automation.