Workflow: Openweathermap Line Update

Workflow Details

Download Workflow
{
    "id": "114",
    "name": "Send daily weather updates via a message in Line",
    "nodes": [
        {
            "name": "Line",
            "type": "n8n-nodes-base.line",
            "position": [
                890,
                380
            ],
            "parameters": {
                "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C.",
                "additionalFields": []
            },
            "credentials": {
                "lineNotifyOAuth2Api": "line-credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                490,
                380
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                690,
                380
            ],
            "parameters": {
                "cityName": "berlin"
            },
            "credentials": {
                "openWeatherMapApi": "owm"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenWeatherMap": {
            "main": [
                [
                    {
                        "node": "Line",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

HTTP Schedule Automation Webhook
View
Openweathermap Webhook Automate Webhook
View
Vision-Based AI Agent Scraper - with Google Sheets, ScrapingBee, and Gemini
View
đŸ¤–Content Creator Agent
View
Receive updates for support in Zendesk
View
Automated Image Metadata Tagging (Community Node)
View
YouTube Comment Sentiment Analyzer
View
CV Evaluation - Error Handling
View
âœ¨đŸ˜ƒAutomated Workflow Backups to Google Drive
View
Wait Dropbox Create Webhook
View