Setup Guide Preview
## Setup Guide
1. **HTTP Request node**: Call OpenWeatherMap API for your location
2. **Parse JSON**: Extract weather condition codes and severity
3. **IF node**: Check if condition matches alert criteria (storm, snow, extreme heat)
4. **Twilio SMS node**: Authenticate with Twilio SID + token, send alert to phone list
5. **Schedule trigger**: Every 3 hours (or hourly for critical operations)
6. **Optional**: Also post to Slack or Discord for team-wide awareness
> 💡 **Pro tip**: Include the forecast for the next 6 hours in the SMS so recipients can plan ahead.