Receive Weather Info for Any City via Webhook - n8n Workflow | Neura Market
Receive Weather Info for Any City via Webhook
Simple workflow that accepts a city name via webhook query parameter and retrieves current temperature and weather description from OpenWeatherMap API.
This n8n workflow automates fetching real-time weather data for any specified city. It starts with a Webhook node that listens for incoming HTTP requests containing a 'city' query parameter (e.g., /webhook?city=London). The request triggers the OpenWeatherMap node, which queries the API using the provided city name and retrieves comprehensive weather data, including temperature and conditions.
Next, a Set node processes the API response, extracting only the essential fields: 'temp' (current tem
Platform
n8n
Category
Business Intelligence
Price
$5.99
Creator
Jordi Faber
weather
openweathermap
webhook
api
travel
automation
data-provider
business-intelligence
json
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.