Sending data through API

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

@Naresh_Upadhyay

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

Hi @Naresh_Upadhyay

Please go through below

API Integration in UiPath | Community Blog.

https://docs.uipath.com/activities/other/latest/developer/http-client

I hope it helps!!

@Naresh_Upadhyay -

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:

image

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.

1 Like

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