Workflow: Telegram Nasa Send

Workflow Details

Download Workflow
{
    "id": "174",
    "name": "Send the Astronomy Picture of the day daily to a Telegram channel",
    "nodes": [
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                450,
                300
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 20
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "NASA",
            "type": "n8n-nodes-base.nasa",
            "position": [
                650,
                300
            ],
            "parameters": {
                "download": false,
                "additionalFields": []
            },
            "credentials": {
                "nasaApi": "NASA"
            },
            "typeVersion": 1
        },
        {
            "name": "Telegram",
            "type": "n8n-nodes-base.telegram",
            "position": [
                850,
                300
            ],
            "parameters": {
                "file": "={{$node[\"NASA\"].json[\"url\"]}}",
                "chatId": "-485365454",
                "operation": "sendPhoto",
                "additionalFields": {
                    "caption": "={{$node[\"NASA\"].json[\"title\"]}}"
                }
            },
            "credentials": {
                "telegramApi": "Telegram n8n bot"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "NASA",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "NASA": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Travel AssistantAgent
View
🤖 Telegram Messaging Agent for Text/Audio/Images
View
Sync Youtube Video Urls with Google Sheets
View
Get Comments from Facebook Page
View
General 3D Presentation
View
HTTP Stickynote Create Webhook
View
Manual Executeworkflow Automate Triggered
View
Filter Manual Send Triggered
View
Send updates about the position of the ISS every minute to a topic in RabbitMQ
View
Code Editimage Automation Webhook
View