response = Map();
// token = arguments.get('key').get('token');
res = invokeurl
[
url :"https://api.weatherapi.com/v1/current.json?key=364bab7e13751a01121d55 r41306&q=palladam&aqi=yes"
type :GET
detailed:true
];
res_1 = invokeurl
[
url :"https://api.weatherapi.com/v1/current.json?key=364bab67e13471a0112de3 d241306&q=chennai&aqi=yes"
type :GET
detailed:true
];
if(res.get("responseCode") == 200 && res_1.get("responseCode") == 200)
{
resText = res.get("responseText");
resText1 = res_1.get("responseText");
response.put("palladam",resText);
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.