OpenWeatherMap SMS Notification
detail.loadingPreview
Send current temperature via SMS using Plivo.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches current weather data for a specified city using the OpenWeatherMap node and then sends the temperature as an SMS message using the Plivo node. It is triggered by a Cron node at a scheduled time.
Key Features
- Fetches current temperature from OpenWeatherMap.
- Sends a personalized SMS message via Plivo.
- Scheduled execution using Cron.
How To Use
- Import this workflow into n8n.
- Configure the
OpenWeatherMapnode with your city and API key. - Configure the
Plivo API Credentialswith your Plivo account details. - Adjust the
Cronnode's trigger time as needed. - Ensure your Plivo phone number is set up to send SMS.
Apps Used
Workflow JSON
{
"id": "aa71c7af-47c0-4ac4-ab50-f184feaafdfe",
"name": "OpenWeatherMap SMS Notification",
"nodes": 0,
"category": "OpenWeatherMap",
"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: aa71c7af-47c0...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
OpenWeatherMap Weather Alert SMS
Get current weather information from OpenWeatherMap and send an SMS alert with details.
Send Daily Weather Updates with Gotify
Automatically sends daily weather updates to your Gotify server.
Get Current Weather via OpenWeatherMap
Retrieves current weather conditions for a specified city using the OpenWeatherMap API.
Get City Weather Information with OpenWeatherMap
Retrieve current weather details for any city using OpenWeatherMap.
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.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.