How to use Soap Api to call data and add it into sql database Uipath

Hello fellow Comrades,
I hope you’ll are doing well!

the process is about checking approved documents through API call and also keep records in the database then send emails to get those documents.

I wanted to use Soap API call to get data and deserialized it then add it into my local SQL database. based on each approved documents, I want to make the robot send email get those documents from a user

Please let me know if there is a better way to do it and how?
Thanks in advance!

API calling SQL functions in this package can help. These functions will help you call API and parse the output to get results.

Later use below SQL functionality to send mail

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.