Send Daily Weather Updates to Line
detail.loadingPreview
Automatically sends daily weather updates to your Line account.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches the current weather for a specified city using OpenWeatherMap and sends a daily update via a Line message. It's designed for users who want to stay informed about the weather without manual checks.
Key Features
- Daily weather updates sent at a scheduled time.
- Customizable city for weather lookup.
- Integration with Line for message delivery.
- Includes basic error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure the
OpenWeatherMapnode with your API key and the desired city. - Configure the
Linenode with your Line Notify credentials. - Adjust the
Cronnode to set your preferred daily notification time (default is 9 AM UTC). - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "e36bf4af-8706-401d-b829-1d15200c3702",
"name": "Send Daily Weather Updates to Line",
"nodes": 0,
"category": "Weather",
"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: e36bf4af-8706...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Send Daily Weather Updates via Spontit Push Notification
Get daily weather updates pushed to your device using OpenWeatherMap and Spontit.
Telegram Weather Alerts
Get current weather information from OpenWeatherMap via Telegram.
Send Daily Weather Updates via Push Notification
Get daily weather updates delivered directly to your device via a push notification.
Get Weather Alerts Via SMS
Get weather updates and send SMS alerts based on temperature.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
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.