Workflow: Openweathermap Cron Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Plivo",
            "type": "n8n-nodes-base.plivo",
            "position": [
                1030,
                400
            ],
            "parameters": {
                "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C."
            },
            "credentials": {
                "plivoApi": "Plivo API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                830,
                400
            ],
            "parameters": {
                "cityName": "berlin"
            },
            "credentials": {
                "openWeatherMapApi": "owm"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                630,
                400
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9
                        }
                    ]
                }
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "OpenWeatherMap": {
            "main": [
                [
                    {
                        "node": "Plivo",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Coffee Bot (Mattermost)
View
Search LinkedIn companies and add them to Airtable CRM
View
Standup Bot - Read Config
View
AI Customer-Support Assistant · WhatsApp Ready · Works for Any Business
View
Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000
View
Extract Amazon Best Seller Electronic Information with Bright Data and Google Gemini
View
HTTP Filter Automation Scheduled
View
Rssfeedread Telegram Create Scheduled
View
HTTP Stickynote Create Webhook
View
Dialpad to Syncro
View