n8n Workflow

Send The Astronomy Picture Of The Day Daily To A Telegram Channel

This n8n workflow automates tasks using Other Tools. Send The Astronomy Picture Of The Day Daily To A Telegram Channel - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Other Tools. Send The Astronomy Picture Of The Day Daily To A Telegram Channel - ready to import and run in your n8n instance.
Features:
  • Scheduled automation with cron triggers
  • Integrates with Other Tools
  • Sends notifications or updates
Source Code
{
    "nodes": [
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                450,
                300
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 20
                        }
                    ]
                }
            },
            "typeVersion": 1,
            "id": "a5b9b37c-ca79-41e6-bb6f-ffc94f4cd8e9"
        },
        {
            "name": "NASA",
            "type": "n8n-nodes-base.nasa",
            "position": [
                650,
                300
            ],
            "parameters": {
                "download": false,
                "additionalFields": []
            },
            "credentials": {
                "nasaApi": "NASA"
            },
            "typeVersion": 1,
            "id": "2cc482d0-ab36-4fca-9da7-a165bde9e685"
        },
        {
            "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,
            "id": "27fa037d-1186-4825-83c0-2a851c74b9bb"
        }
    ],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "NASA",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "NASA": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Telegram API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows