Workflow: Openweathermap Cron Update

Workflow Details

Download Workflow
{
    "id": "84",
    "name": "Send daily weather updates to a phone number using the Vonage node",
    "nodes": [
        {
            "name": "Vonage",
            "type": "n8n-nodes-base.vonage",
            "position": [
                770,
                260
            ],
            "parameters": {
                "to": "1234",
                "from": "Vonage APIs",
                "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C.",
                "additionalFields": []
            },
            "credentials": {
                "vonageApi": "vonage"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                370,
                260
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                570,
                260
            ],
            "parameters": {
                "cityName": "berlin"
            },
            "credentials": {
                "openWeatherMapApi": "owm"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenWeatherMap": {
            "main": [
                [
                    {
                        "node": "Vonage",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Stock Q&A Workflow
View
Daily meetings summarization with Gemini AI
View
Splitout Redis Create Webhook
View
Schedule Manual Update Scheduled
View
Receive_and_analyze_emails_with_rules_in_Sublime_Security
View
Manual Microsoftexcel Automate Triggered
View
🤖🧠 AI Agent Chatbot + LONG TERM Memory + Note Storage + Telegram
View
[AI/LangChain] Output Parser 4
View
Code HTTP Create Webhook
View
Splitout Schedule Import Webhook
View