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 Awsrekognition Automation Webhook
View
Send a cocktail recipe every day via a Telegram
View
Microsoftexcel Manual Create Triggered
View
AI Social Media Caption Creator
View
Wait Splitout Create Webhook
View
Functionitem Manual Import Scheduled
View
Asana Webhook Automate Webhook
View
Postgrestool Stickynote Send Triggered
View
Automate Etsy Data Mining with Bright Data Scrape & Google Gemini
View
Create a ticket in Zendesk
View