Hi all,
I am looking for an API activity for sending data to one of partner. Can someone please help me to understand how we can use the API for sending data.
Thanks
Naresh
Hi all,
I am looking for an API activity for sending data to one of partner. Can someone please help me to understand how we can use the API for sending data.
Thanks
Naresh
we use Http Request Activity
use method as post
in this activity we usually post the data into it in the form of json to the partner
cheers
Please go through below
API Integration in UiPath | Community Blog.
https://docs.uipath.com/activities/other/latest/developer/http-client
I hope it helps!!
In Manage Package of the Studio project, add the Web API Activities Package by clicking on All Packages and searching for WebAPI
:
Click on Install an click Save.
This will allow you to use the HTTP Request activity:
it has Properties you can supply to communicate with the API:
If the API has a documentation that you can share, I can give you an example workflow showing how to use it.
Thanks everyone!! I was able to work on this.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.