Workflow: Openweathermap Cron Update

Workflow Details

Download Workflow
{
    "id": "82",
    "name": "Send daily weather updates via a push notification using the Pushcut node",
    "nodes": [
        {
            "name": "Pushcut",
            "type": "n8n-nodes-base.pushcut",
            "position": [
                1050,
                420
            ],
            "parameters": {
                "additionalFields": {
                    "text": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C.",
                    "title": "Today's Weather Update"
                },
                "notificationName": "n8n"
            },
            "credentials": {
                "pushcutApi": "Pushcut Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                850,
                420
            ],
            "parameters": {
                "cityName": "berlin"
            },
            "credentials": {
                "openWeatherMapApi": "open-weather-map"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                650,
                420
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9
                        }
                    ]
                }
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenWeatherMap": {
            "main": [
                [
                    {
                        "node": "Pushcut",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Get event triggered notifications / updates on preferred messaging channels with TwentyCRM
View
Splitout Limit Automate Webhook
View
Clockify to Syncro
View
Check To Do on Notion and send message on Slack
View
Webhook Respondtowebhook Create Webhook
View
Scrape Trustpilot Reviews to Google Sheets
View
AI T-Shirt Redesign Workflow from any Mockup Image
View
HTTP Editimage Update Webhook
View
AI agent: expense tracker in Google Sheets and n8n chat
View
AI-Generated Summary Block for WordPress Posts - with OpenAI, WordPress, Google Sheets & Slack
View