Workflow: Openweathermap Telegram Automate

Workflow Details

Download Workflow
{
    "id": "2",
    "name": "Telegram Weather Workflow",
    "nodes": [
        {
            "name": "Telegram Trigger",
            "type": "n8n-nodes-base.telegramTrigger",
            "position": [
                270,
                220
            ],
            "parameters": {
                "updates": [
                    "message"
                ]
            },
            "credentials": {
                "telegramApi": "Telegram"
            },
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                480,
                220
            ],
            "parameters": {
                "cityName": "berlin,de"
            },
            "credentials": {
                "openWeatherMapApi": "OpenWeatherMap"
            },
            "typeVersion": 1
        },
        {
            "name": "Telegram",
            "type": "n8n-nodes-base.telegram",
            "position": [
                670,
                220
            ],
            "parameters": {
                "text": "=Right now, we have {{$node[\"OpenWeatherMap\"].json[\"weather\"][0][\"description\"]}}. The temperature is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C but it really feels like {{$node[\"OpenWeatherMap\"].json[\"main\"][\"feels_like\"]}}\u00b0C \ud83d\ude42",
                "chatId": "={{$node[\"Telegram Trigger\"].json[\"message\"][\"chat\"][\"id\"]}}",
                "additionalFields": []
            },
            "credentials": {
                "telegramApi": "Telegram"
            },
            "typeVersion": 1
        }
    ],
    "active": true,
    "settings": [],
    "connections": {
        "OpenWeatherMap": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Telegram Trigger": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Wait Splitout Automation Webhook
View
Filter HTTP Update Webhook
View
GitHub Stickynote Create Triggered
View
Splitout Filter Import Webhook
View
Send updates about the position of the ISS every minute to a topic in ActiveMQ
View
Loading data into a spreadsheet
View
Create a company in Salesmate
View
Manual Mongodb Automate Triggered
View
Manual Bannerbear Automate Triggered
View
LINE Assistant with Google Calendar and Gmail Integration
View