Automates weather monitoring every 6 hours using OpenWeather API and sends SMS alerts via Twilio for severe conditions like extreme heat, storms, or high winds.
This n8n workflow triggers every 6 hours via a Cron node to fetch current weather and 24-hour forecast data from the OpenWeather API. It retrieves key metrics including temperature, precipitation, wind speed, and weather descriptions for a specified location.
A Code node then analyzes the data to detect severe conditions such as extreme heat (≥95°F), extreme cold (≤20°F), thunderstorms, tornadoes, rain/snow, or high winds (≥25 mph), including checks for the next 24 hours. If no alerts are trigg