{
  "workflow": {
    "id": 828,
    "name": "Send the astronomy picture of the day daily to a Telegram channel",
    "views": 3332,
    "recentViews": 0,
    "totalViews": 3332,
    "createdAt": "2020-12-15T05:53:42.100Z",
    "description": "![workflow-screenshot](fileId:340)\n\nThis is a workflow that sends daily astronomy picture of the day using the NASA node to a channel on Telegram.\n\n**Cron node:** The Cron node triggers the workflow daily at 8 PM. You can update the time in the Cron node to trigger the workflow at your desired time.\n\n**NASA node:** After the Cron node triggers the workflow, the NASA node fetches the Astronomy Picture of the Day from the NASA API. You can also get the binary file of the image. Toggle ***Download Image*** to `true` to get the file.\n\n**Telegram node:** The Telegram node sends the image to a Telegram channel.\n\nIf you want to share the image on another platform, you can replace the Telegram node with the node of that platform. For example, if you want to post the image on a channel on Slack, replace the Telegram node with the Slack node.\n\nYou can learn to build this workflow on the documentation page of the [NASA](https://docs.n8n.io/nodes/n8n-nodes-base.nasa/#nasa) node.",
    "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": {
              "id": "credential-id",
              "name": "nasaApi Credential"
            }
          },
          "typeVersion": 1
        },
        {
          "name": "Telegram",
          "type": "n8n-nodes-base.telegram",
          "position": [
            850,
            300
          ],
          "parameters": {
            "file": "={{$node[\"NASA\"].json[\"url\"]}}",
            "chatId": "123456789",
            "operation": "sendPhoto",
            "additionalFields": {
              "caption": "={{$node[\"NASA\"].json[\"title\"]}}"
            }
          },
          "credentials": {
            "telegramApi": {
              "id": "credential-id",
              "name": "telegramApi Credential"
            }
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "settings": {},
      "connections": {
        "Cron": {
          "main": [
            [
              {
                "node": "NASA",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "NASA": {
          "main": [
            [
              {
                "node": "Telegram",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 11,
    "workflowInfo": {
      "nodeCount": 4,
      "nodeTypes": {
        "n8n-nodes-base.cron": {
          "count": 1
        },
        "n8n-nodes-base.nasa": {
          "count": 1
        },
        "n8n-nodes-base.telegram": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "Harshil Agrawal",
      "username": "harshil1712",
      "bio": "A former n8n employee, passionate about Automation and AI. Building something fun, shoot me a message, I love to chat!\nIn my free time, I also help folks on their n8n journey. So if you need help, let's chat :)",
      "verified": true,
      "links": [
        "https://harshil.dev"
      ],
      "avatar": "https://gravatar.com/avatar/1060ec3113fdd8cafb191f3728c0ac39436b3cd46be4dd518923e242fb708ef1?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 7,
        "icon": "fa:clock",
        "name": "n8n-nodes-base.cron",
        "codex": {
          "data": {
            "alias": [
              "Time",
              "Scheduler",
              "Polling",
              "Cron",
              "Interval"
            ],
            "details": "The Cron node uses Cron under the hood - a time-based job scheduler in Unix-like computer operating systems. Use this node when you want to trigger workflows periodically, especially in more complex scenarios like \"every Tuesday at 9 am\" or \"Weekdays\".",
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/2021-goals-level-up-your-vocabulary-with-vonage-and-n8n/",
                  "icon": "🎯",
                  "label": "2021 Goals: Level Up Your Vocabulary With Vonage and n8n"
                },
                {
                  "url": "https://n8n.io/blog/love-at-first-sight-ricardos-n8n-journey/",
                  "icon": "❤️",
                  "label": "Love at first sight: Ricardo’s n8n journey"
                },
                {
                  "url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/",
                  "icon": "☀️",
                  "label": "2021: The Year to Automate the New You with n8n"
                },
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/why-i-chose-n8n-over-zapier-in-2020/",
                  "icon": "😍",
                  "label": "Why I chose n8n over Zapier in 2020"
                },
                {
                  "url": "https://n8n.io/blog/how-to-host-virtual-coffee-breaks-with-n8n/",
                  "icon": "☕️",
                  "label": "How to host virtual coffee breaks with n8n"
                },
                {
                  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/",
                  "icon": "📈",
                  "label": "Automatically pulling and visualizing data with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/",
                  "icon": "🏬",
                  "label": "How to synchronize data between two systems (one-way vs. two-way sync"
                },
                {
                  "url": "https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/",
                  "icon": "📡",
                  "label": "Database Monitoring and Alerting with n8n"
                },
                {
                  "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/",
                  "icon": "⚙️",
                  "label": "Automate your data processing pipeline in 9 steps"
                },
                {
                  "url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/",
                  "icon": "⚡️",
                  "label": "5 tasks you can automate with the new Notion API "
                },
                {
                  "url": "https://n8n.io/blog/world-poetry-day-workflow/",
                  "icon": "📜",
                  "label": "Celebrating World Poetry Day with a daily poem in Telegram"
                },
                {
                  "url": "https://n8n.io/blog/automate-google-apps-for-productivity/",
                  "icon": "💡",
                  "label": "15 Google apps you can combine and automate to increase productivity"
                },
                {
                  "url": "https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/",
                  "icon": "🎨",
                  "label": "Automate Designs with Bannerbear and n8n"
                },
                {
                  "url": "https://n8n.io/blog/tracking-time-spent-in-meetings-with-google-calendar-twilio-and-n8n/",
                  "icon": "🗓",
                  "label": "Tracking Time Spent in Meetings With Google Calendar, Twilio, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/creating-error-workflows-in-n8n/",
                  "icon": "🌪",
                  "label": "Creating Error Workflows in n8n"
                },
                {
                  "url": "https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/",
                  "icon": "💪",
                  "label": "Using Automation to Boost Productivity in the Workplace"
                },
                {
                  "url": "https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/",
                  "icon": "🧠",
                  "label": "Why this Product Manager loves workflow automation with n8n"
                },
                {
                  "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/",
                  "icon": "🙌",
                  "label": "Sending Automated Congratulations with Google Sheets, Twilio, and n8n "
                },
                {
                  "url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/",
                  "icon": "📈",
                  "label": "A low-code bitcoin ticker built with QuestDB and n8n.io"
                },
                {
                  "url": "https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/",
                  "icon": "🎖",
                  "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"
                },
                {
                  "url": "https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/",
                  "icon": "🤟",
                  "label": "Creating scheduled text affirmations with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/",
                  "icon": "🛵",
                  "label": "How Goomer automated their operations with over 200 n8n workflows"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Flow"
              ]
            }
          }
        },
        "group": "[\"trigger\",\"schedule\"]",
        "defaults": {
          "name": "Cron",
          "color": "#29a568"
        },
        "iconData": {
          "icon": "clock",
          "type": "icon"
        },
        "displayName": "Cron",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 42,
        "icon": "fa:play",
        "name": "n8n-nodes-base.start",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/why-i-chose-n8n-over-zapier-in-2020/",
                  "icon": "😍",
                  "label": "Why I chose n8n over Zapier in 2020"
                },
                {
                  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/",
                  "icon": "📈",
                  "label": "Automatically pulling and visualizing data with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/",
                  "icon": "🧰",
                  "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"
                },
                {
                  "url": "https://n8n.io/blog/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n/",
                  "icon": "📱",
                  "label": "Sending SMS the Low-Code Way with Airtable, Twilio Programmable SMS, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/",
                  "icon": "🙋‍♀️",
                  "label": "Automating Conference Organization Processes with n8n"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.start/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Start",
          "color": "#00e000"
        },
        "iconData": {
          "icon": "play",
          "type": "icon"
        },
        "displayName": "Start",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 49,
        "icon": "file:telegram.svg",
        "name": "n8n-nodes-base.telegram",
        "codex": {
          "data": {
            "alias": [
              "human",
              "form",
              "wait",
              "hitl",
              "approval"
            ],
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/",
                  "icon": "🤬",
                  "label": "Create a toxic language detector for Telegram in 4 step"
                },
                {
                  "url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/",
                  "icon": "🧾",
                  "label": "Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/",
                  "icon": "store",
                  "label": "6 e-commerce workflows to power up your Shopify s"
                },
                {
                  "url": "https://n8n.io/blog/world-poetry-day-workflow/",
                  "icon": "📜",
                  "label": "Celebrating World Poetry Day with a daily poem in Telegram"
                },
                {
                  "url": "https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/",
                  "icon": "💪",
                  "label": "Using Automation to Boost Productivity in the Workplace"
                },
                {
                  "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/",
                  "icon": "🎡",
                  "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI"
                },
                {
                  "url": "https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/",
                  "icon": "🤟",
                  "label": "Creating scheduled text affirmations with n8n"
                },
                {
                  "url": "https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/",
                  "icon": "💬",
                  "label": "Creating Telegram Bots with n8n, a No-Code Platform"
                },
                {
                  "url": "https://n8n.io/blog/aws-workflow-automation/",
                  "label": "7 no-code workflow automations for Amazon Web Services"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"
                }
              ],
              "credentialDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/credentials/telegram/"
                }
              ]
            },
            "categories": [
              "Communication",
              "HITL"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "HITL": [
                "Human in the Loop"
              ]
            }
          }
        },
        "group": "[\"output\"]",
        "defaults": {
          "name": "Telegram"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjYgNjYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzM3YWVlMiIgZD0iTTAgMzJjMCAxNy42NzMgMTQuMzI3IDMyIDMyIDMyczMyLTE0LjMyNyAzMi0zMlM0OS42NzMgMCAzMiAwIDAgMTQuMzI3IDAgMzIiLz48cGF0aCBmaWxsPSIjYzhkYWVhIiBkPSJtMjEuNjYxIDM0LjMzOCAzLjc5NyAxMC41MDhzLjQ3NS45ODMuOTgzLjk4MyA4LjA2OC03Ljg2NCA4LjA2OC03Ljg2NGw4LjQwNy0xNi4yMzctMjEuMTE5IDkuODk4eiIvPjxwYXRoIGZpbGw9IiNhOWM2ZDgiIGQ9Im0yNi42OTUgMzcuMDM0LS43MjkgNy43NDZzLS4zMDUgMi4zNzMgMi4wNjggMGw0LjY0NC00LjIwMyIvPjxwYXRoIGQ9Im0yMS43MyAzNC43MTItNy44MDktMi41NDVzLS45MzItLjM3OC0uNjMzLTEuMjM3Yy4wNjItLjE3Ny4xODYtLjMyOC41NTktLjU4OCAxLjczMS0xLjIwNiAzMi4wMjgtMTIuMDk2IDMyLjAyOC0xMi4wOTZzLjg1Ni0uMjg4IDEuMzYxLS4wOTdjLjIzMS4wODguMzc4LjE4Ny41MDMuNTQ4LjA0NS4xMzIuMDcxLjQxMS4wNjguNjg5LS4wMDMuMjAxLS4wMjcuMzg2LS4wNDUuNjc4LS4xODQgMi45NzgtNS43MDYgMjUuMTk4LTUuNzA2IDI1LjE5OHMtLjMzIDEuMy0xLjUxNCAxLjM0NWMtLjQzMi4wMTYtLjk1Ni0uMDcxLTEuNTgyLS42MS0yLjMyMy0xLjk5OC0xMC4zNTItNy4zOTQtMTIuMTI2LTguNThhLjM0LjM0IDAgMCAxLS4xNDYtLjIzOWMtLjAyNS0uMTI1LjEwOC0uMjguMTA4LS4yOHMxMy45OC0xMi40MjcgMTQuMzUyLTEzLjczMWMuMDI5LS4xMDEtLjA3OS0uMTUxLS4yMjYtLjEwNy0uOTI5LjM0Mi0xNy4wMjUgMTAuNTA2LTE4LjgwMSAxMS42MjktLjEwNC4wNjYtLjM5NS4wMjMtLjM5NS4wMjMiLz48L2c+PC9zeW1ib2w+PC9zdmc+"
        },
        "displayName": "Telegram",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 6,
            "name": "Communication"
          },
          {
            "id": 28,
            "name": "HITL"
          }
        ]
      },
      {
        "id": 421,
        "icon": "file:nasa.png",
        "name": "n8n-nodes-base.nasa",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nasa/"
                }
              ],
              "credentialDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/credentials/nasa/"
                }
              ]
            },
            "categories": [
              "Miscellaneous"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "NASA"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/png;base64,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"
        },
        "displayName": "NASA",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 11,
            "name": "Miscellaneous"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 33,
        "name": "Social Media"
      }
    ],
    "image": [
      {
        "id": 340,
        "url": "https://f000.backblazeb2.com/file/n8n-website-images/119b116065d4486f94471466fca7698b.png"
      }
    ]
  }
}