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/s...OutLookVBA.txt
And also a video that demonstrate that code is working.
https://youtu.be/2KaRjaEpecI
Thanks,
Cristian