Get City Weather Information with OpenWeatherMap
detail.loadingPreview
Retrieve current weather details for any city using OpenWeatherMap.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow retrieves real-time weather information for a specified city using the OpenWeatherMap API. It's designed to be triggered by an incoming webhook, allowing for dynamic city selection.
Key Features
- Dynamically get weather data for any city via webhook.
- Extracts temperature and weather description.
- Includes basic error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'OpenWeatherMap' node with your OpenWeatherMap API key.
- Trigger the workflow by sending a POST request to the webhook URL with a JSON body containing a
cityquery parameter (e.g.,{"query": {"city": "London"}}). - The output will contain the temperature and weather description for the requested city.
Apps Used
Workflow JSON
{
"id": "a9f2a3c8-d90c-463c-943c-0d2add80090b",
"name": "Get City Weather Information with OpenWeatherMap",
"nodes": 0,
"category": "OpenWeatherMap",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a9f2a3c8-d90c...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Integrations
- Facebook Graph API + Google Sheets(22 workflows)
- Facebook Graph API + Schedule Trigger(21 workflows)
- Facebook Graph API + Twitter(18 workflows)
- Facebook Graph API + Linked In(16 workflows)
- Facebook Graph API + Gmail(12 workflows)
- Facebook Graph API + Telegram(12 workflows)
- Facebook Graph API + Google Drive(10 workflows)
- Facebook Graph API + Postgres(7 workflows)
- Facebook Graph API + Google Drive Trigger(6 workflows)
- Execute Workflow Trigger + Facebook Graph API(6 workflows)
Related Workflows
Discover more workflows you might like
Get Current Weather via OpenWeatherMap
Retrieves current weather conditions for a specified city using the OpenWeatherMap API.
OpenWeatherMap Weather Alert SMS
Get current weather information from OpenWeatherMap and send an SMS alert with details.
Send Daily Weather Updates with Gotify
Automatically sends daily weather updates to your Gotify server.
OpenWeatherMap SMS Notification
Send current temperature via SMS using Plivo.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.