Current weather for a city on request

The scenario takes a request over a link with a city name, gets the current weather from OpenWeatherMap, and returns a ready response for a site or dashboard.

  • Returns the weather on a link request
  • City is preset or passed in the request
  • Takes the data from OpenWeatherMap
  • A ready response for a site or dashboard
OpenWeatherMapWebhook