Get Weather Alerts Via SMS
detail.loadingPreview
Get weather updates and send SMS alerts based on temperature.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates checking the current weather conditions for a specific city and sends an SMS notification if the 'feels like' temperature drops below a certain threshold. It's a basic example of using weather data to trigger communication.
Key Features
- Fetches current weather data using OpenWeatherMap.
- Triggers actions based on a specific temperature condition.
- Sends customized SMS alerts via Twilio.
How To Use
- Import this workflow into your n8n instance.
- Configure the
OpenWeatherMapnode with your API key and the desired city. - Configure the
Twilionode with your account SID, auth token, and phone numbers. - Adjust the temperature threshold in the
If Nodeas needed. - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "4b95f4be-6bc9-4e9f-a398-36679cf72bad",
"name": "Get Weather Alerts Via SMS",
"nodes": 0,
"category": "Weather",
"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: 4b95f4be-6bc9...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Weather Alerts
Get current weather information from OpenWeatherMap via Telegram.
Send Daily Weather Updates via Spontit Push Notification
Get daily weather updates pushed to your device using OpenWeatherMap and Spontit.
Send Daily Weather Updates to Line
Automatically sends daily weather updates to your Line account.
Send Daily Weather Updates via Push Notification
Get daily weather updates delivered directly to your device via a push notification.
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.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.