Webhook Query Parameters Not Being Sent With API Call

You can try this response template

{ "daily": [{{#daily}} { "dt":{{dt}}, "rain":{{rain}} } {{/daily}}] }

with this query setting

{
  "lat": "<your latitude>",
  "lon": "<your longitude>",
  "exclude": "current,minutely,hourly",
  "appid": "<your token>"
}
1 Like