Use Cases
- Send weather alerts to customers based on current conditions
- Notify users about temperature changes to help them prepare for the day
- Automate communication for businesses that rely on weather conditions
How It Works
Trigger the workflow using a cron job at specified intervals Fetch current weather data for a specific city using OpenWeatherMap Evaluate the 'feels like' temperature against a defined threshold Send an SMS notification via Twilio if the temperature is below the threshold Provide a fallback action if the condition is not met
Setup Steps
- 1Import the workflow template into your n8n instance
- 2Configure the Cron node to set your desired schedule
- 3Enter your OpenWeatherMap credentials and specify the city
- 4Set up Twilio credentials and specify the phone numbers for notifications
- 5Adjust the temperature threshold in the IF node as needed
Apps Used
OpenWeatherMap
Twilio
Categories
Target Roles
Industries
Tags
#notifications
#process automation
#workflow management