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 Integrations
- Airtable + Twilio(16 workflows)
- Google Sheets + Twilio(14 workflows)
- Schedule Trigger + Twilio(13 workflows)
- Twilio + Twilio Trigger(13 workflows)
- Airtable + Twilio Trigger(7 workflows)
- Gmail + Twilio(6 workflows)
- Schedule Trigger + Twilio Trigger(6 workflows)
- Redis + Twilio(6 workflows)
- Redis + Twilio Trigger(6 workflows)
- Email Send + Twilio(5 workflows)
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.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
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.