Scheduled Weather Alerts via Plivo
detail.loadingPreview
Send daily weather alerts via SMS using Plivo.
About This Workflow
This workflow triggers at a specified time each day, fetches current weather data for Berlin using OpenWeatherMap, and then sends a personalized SMS message containing the temperature to a predefined recipient via Plivo. This is useful for staying informed about daily weather conditions without manual checks.
Key Features
- Scheduled Execution: Runs automatically at a set time each day.
- Weather Data Fetching: Integrates with OpenWeatherMap to get real-time weather information.
- SMS Notifications: Utilizes Plivo to send weather updates via SMS.
- Customizable Message: The SMS message content can be easily modified.
How To Use
- Cron Node: Configure the
Cronnode to set the desired time for sending alerts (e.g., 9 AM). - OpenWeatherMap Node: Set the
cityNameparameter to your desired location (default is 'berlin'). Ensure you have valid OpenWeatherMap API credentials configured. - Plivo Node: Configure the
messageparameter to customize the SMS content. Ensure you have valid Plivo API credentials configured and set the recipient number (not shown in the provided snippet).
Apps Used
Workflow JSON
{
"id": "8705ee4c-3301-4595-95ba-cf5713f826b7",
"name": "Scheduled Weather Alerts via Plivo",
"nodes": 18,
"category": "Automation",
"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: 8705ee4c-3301...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automated Google Drive Backup for n8n Workflows
Automatically back up n8n workflows to Google Drive on a schedule.
Generate Structured Metadata for Standup Bot
This workflow generates structured configuration metadata for a standup bot, saving it as a JSON file.
Supply Chain Delay Monitor
Automated monitoring and logging of supply chain delays using a webhook, text processing, embeddings, and a vector store.