Http Request Activity Post Request for Json Data

Hi All,

I need to send an API Poost Request.
through the http request.

What is the exact syntax or where and how should i include values.
If i want to add 3 key value pairs using this post api request in the activity.

Can you please help.

@JITU99 It may depend on how the API is designed.

If the key-value pairs are in the form of JSON, you can update the Body property like this:

image

And the Body Format as application/json:
image

Let me know if this works for you! :slight_smile:

P.S. If the API has a public documentation, please share so we can take a look. Thanks!