Developer & DevOps

Fetch Weather Data from OpenWeatherMap via Webhook

4 nodes 212 120 Webhook
Download

Workflow Description

Automation that receives requests through a webhook, retrieves current weather data from OpenWeatherMap for a specified location, processes the data, and returns it to the caller. Ideal for integrating weather information into external applications and systems.

How it works

  1. 1.Receive webhook request containing location parameters
  2. 2.Query current weather data from OpenWeatherMap API
  3. 3.Process and format the data for response
  4. 4.Return results to the calling application

Use cases

  • Integrate weather data into application dashboards
  • Provide unified API interface for weather data sources
  • Store historical weather records for analysis

Requirements

  • Valid API key from OpenWeatherMap
  • Configured and accessible webhook endpoint
  • Request parameters including coordinates or city name

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Open Weather Map

Details

Trigger Webhook
Nodes 4
Apps 1
Views 212
Downloads 120

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (4)

OpenWeatherMap

Open Weather Map

#1

Webhook GET

Webhook

#2

Set City

Set

#3

Create Response

Set

#4