Service Call
Action block allows you to set up the custom integration between Swiftsell & third-party tools having REST APIs
How do I set up the integration?
https://api.weatherapi.com/v1/current.json?key=e943b863ebed4572b55140350200312&q=#city# Here in the above URL #city# is the variable that has been usedYou need to ensure that you add the following token in the header: Key: Content-type Value/Variable: application/JSON{ "User_name": "John", "City": "New York" }The values can be mapped in the following way Key1: User_name Value/Variable1: John / #name# Key 2: City Value/Variable: New York / #city#
Object path for storing the response into the variable where the list is returned result.data.list[0].'variable name' Here the 'variable name' is the name of the variable where the response will be storedObject path for storing the response into the variable where a single value is returned result.data.'variable name' Here the 'variable name' is the name of the variable where the response will be stored
Can I test the integration?
How do I test it?
How do I store the responses?
Last updated