FeaturedApp Integrations#HTTP#Open Data#Weather#JSON#Integration

Open-Meteo Weather Snapshot

Pull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#HTTP#Open Data#Weather#JSON#Integration

Click a node to select it — same as the Heym editor; the panel shows its settings.

3 nodes · Free & source-available

Open-Meteo Weather Snapshot

Open-Meteo offers a free, keyless weather API. This template shows how to chain a simple HTTP request into an Output node so you can wire forecasts into LLMs, email digests, or dashboards.

What this workflow does

  1. Input holds default latitude/longitude (edit for your city)
  2. HTTP calls Open-Meteo with current=temperature_2m (expand with hourly or daily blocks as needed)
  3. Output exposes the JSON for downstream nodes

Use cases

  • Daily "what to wear" Slack nudges
  • Travel and event planning automations
  • Teaching HTTP + JSON patterns without signup friction

Notes

Swap coordinates in the HTTP node or bind them from upstream Set nodes. No tokens are embedded — rate limits follow Open-Meteo's public fair-use guidance.

FAQ

Does this need an API key? No — Open-Meteo's open endpoint is used.

Can I add alerts? Yes — follow with a Condition node comparing temperature to a threshold.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates