Communication & Messaging
Send the Astronomy Picture of the day daily to a Telegram channel
Send the Astronomy Picture of the day daily to a Telegram channel
Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.55 KB
{
"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...Showing first 1000 characters. Click "Expand" to view the full JSON.