HTTP Request / API
Performs an HTTP request with a third-party app's REST API endpoint.
For example: https://api.weatherapi.com/v1/current.json? key=e943b863ebed4572b55140350200312&q=#city#city#. In the above link, #city# is the variable that has been used.

{ "User_name": "Travis", "City": "Denver" }
The values can be mapped in following way: Key1: User_name Value/Variable1: Travis / #name# Key 2: City Value/Variable: Denver / #City#
Testing the Integration:
Storing the Responses:
Last updated
Was this helpful?

