Back to Integrations
integrationNASA node
integrationTelegram node

NASA and Telegram integration

Save yourself the work of writing custom integrations for NASA and Telegram and use n8n instead. Build adaptable and scalable Miscellaneous, Communication, and HITL workflows that work with your technology stack. All within a building experience you will love.

How to connect NASA and Telegram

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

NASA and Telegram integration: Create a new workflow and add the first step

Step 2: Add and configure NASA and Telegram nodes

You can find NASA and Telegram in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure NASA and Telegram nodes one by one: input data on the left, parameters in the middle, and output data on the right.

NASA and Telegram integration: Add and configure NASA and Telegram nodes

Step 3: Connect NASA and Telegram

A connection establishes a link between NASA and Telegram (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

NASA and Telegram integration: Connect NASA and Telegram

Step 4: Customize and extend your NASA and Telegram integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect NASA and Telegram with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

NASA and Telegram integration: Customize and extend your NASA and Telegram integration

Step 5: Test and activate your NASA and Telegram workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from NASA to Telegram or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

NASA and Telegram integration: Test and activate your NASA and Telegram workflow

Send the astronomy picture of the day daily to a Telegram channel

This is a workflow that sends daily astronomy picture of the day using the NASA node to a channel on Telegram.

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.

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.

Telegram node: The Telegram node sends the image to a Telegram channel.

If 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.

You can learn to build this workflow on the documentation page of the NASA node.

Nodes used in this workflow

Popular NASA and Telegram workflows

+4

Automated NASA Image & Content Publisher for WordPress and Multi-Social Media

Who Is This For? This workflow is perfect for content creators, digital marketers, and social media managers who want to automatically syndicate their content across multiple platforms. It's ideal for businesses, bloggers, and media outlets looking to maintain a consistent presence across WordPress, Facebook, Instagram, Telegram, and LinkedIn without manual posting efforts. What This Workflow Does This workflow automates content distribution by monitoring RSS feeds and NASA's Picture of the Day API. It downloads images, applies branded watermarks with custom text and borders, resizes them for optimal display, and publishes the content with captions to multiple social platforms simultaneously. The workflow creates WordPress posts with featured images, shares to Facebook pages, posts to Instagram business accounts, sends to Telegram channels, and publishes to both LinkedIn profiles and company pages. Key Features Monitors RSS feeds and NASA API for new content Downloads and processes images automatically Adds branded watermarks with custom text, borders, and colors Resizes images to optimal dimensions (1080x1080) Creates WordPress posts with featured images and metadata Posts to Facebook pages with image and caption Publishes to Instagram business accounts Sends content to Telegram channels Posts to both LinkedIn profiles and company pages Maintains consistent branding across all platforms Handles multiple content sources in parallel Requirements RSS Feed URLs** (content sources to monitor) WordPress API Credentials** (for creating posts and uploading media) Facebook Graph API Access** (for page and Instagram posting) Telegram Bot API Token** (for channel posting) LinkedIn OAuth2 Credentials** (for profile and page posting) Image Processing Tools** (built into n8n) Support & Help WhatsApp**: Chat on WhatsApp Discord**: SpaGreen Community Facebook Group**: SpaGreen Support Website**: https://spagreen.net Developer Portfolio**: Codecanyon SpaGreen

Auto-publish NASA APOD to LinkedIn with AI translation and hashtags

Auto-publish NASA APOD to LinkedIn with AI translation and hashtags Transform NASA's daily astronomical wonders into engaging LinkedIn content automatically. This workflow fetches NASA's Astronomy Picture of the Day, translates it to Brazilian Portuguese using AI, generates strategic hashtags, and publishes everything to your LinkedIn profile with the stunning space image attached. Who's it for Content creators, astronomy enthusiasts, science communicators, and anyone wanting to share high-quality educational content consistently on LinkedIn. Perfect for Portuguese-speaking professionals who want to engage their network with fascinating space discoveries while building their personal brand as a science advocate. How it works The workflow runs on a daily schedule and handles the complete content pipeline automatically. It fetches the latest NASA APOD through the official API, including both the image and detailed explanation. The English description gets professionally translated to selected language using Google Gemini 2.5 Flash, while maintaining scientific accuracy and terminology. Smart hashtag generation combines fixed branding tags with content-specific ones, mixing Portuguese and English for maximum reach. The final post includes the NASA image, translated description, and strategic hashtags, then gets published to your LinkedIn profile automatically. How to set up You'll need accounts for Google AI Studio (free), LinkedIn Developer (free), and a Telegram bot for notifications. The setup takes about 15 minutes and uses only free services and APIs. First, create your Google AI Studio account and get an API key for the AI translation services. Then set up a LinkedIn OAuth2 application to enable posting permissions. Create a Telegram bot through BotFather and get your chat ID for notifications. Configure the Settings node with your Telegram chat ID and preferred language. The workflow comes with all prompts and configurations ready to use. Test each component individually before activating the daily automation. Requirements LinkedIn account with posting permissions Google AI Studio API key (free tier available) Telegram bot token and your chat ID Basic understanding of OAuth2 setup for LinkedIn NASA API key (optional - demo key included) All services used have generous free tiers, making this workflow completely free to operate indefinitely. How to customize the workflow The centralized Settings node makes customization simple. Change the target language from Brazilian Portuguese to any other language by updating the translate_to_language variable. Modify the posting schedule in the CRON trigger to match your preferred timing. Customize the post template in the "Create Final Post Text" node to match your personal brand voice. Adjust the hashtag strategy by editing the AI prompt in the "Generate Hashtags" node. Add additional social platforms by duplicating the LinkedIn publisher with different credentials. The AI prompts can be fine-tuned for different writing styles or specific astronomical topics. You can also extend the workflow to include additional content processing, image enhancements, or cross-posting to multiple platforms while maintaining the core NASA APOD automation.

Send the astronomy picture of the day daily to a Telegram channel

This is a workflow that sends daily astronomy picture of the day using the NASA node to a channel on Telegram. 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. 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. Telegram node: The Telegram node sends the image to a Telegram channel. If 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. You can learn to build this workflow on the documentation page of the NASA node.

Build your own NASA and Telegram integration

Create custom NASA and Telegram workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

NASA supported actions

Get Many
Browse the overall asteroid dataset
Get
Retrieve a list of asteroids based on their closest approach date to Earth
Get
Look up an asteroid based on its NASA SPK-ID
Get
Get the Astronomy Picture of the Day
Get
Retrieve DONKI coronal mass ejection data
Get
Retrieve DONKI high speed stream data
Get
Retrieve DONKI interplanetary shock data
Get
Retrieve data on DONKI magnetopause crossings
Get
Retrieve DONKI notifications data
Get
Retrieve DONKI radiation belt enhancement data
Get
Retrieve DONKI solar energetic particle data
Get
Retrieve DONKI solar flare data
Get
Retrieve DONKI WSA+EnlilSimulation data
Get
Retrieve Earth assets
Get
Retrieve Earth imagery

Telegram supported actions

Get
Get up to date information about a chat
Get Administrators
Get the Administrators of a chat
Get Member
Get the member of a chat
Leave
Leave a group, supergroup or channel
Set Description
Set the description of a chat
Set Title
Set the title of a chat
Answer Query
Send answer to callback query sent from inline keyboard
Answer Inline Query
Send answer to callback query sent from inline bot
Get
Get a file
Delete Chat Message
Delete a chat message
Edit Message Text
Edit a text message
Pin Chat Message
Pin a chat message
Send Animation
Send an animated file
Send Audio
Send a audio file
Send Chat Action
Send a chat action
Send Document
Send a document
Send Location
Send a location
Send Media Group
Send group of photos or videos to album
Send Message
Send a text message
Send and Wait for Response
Send a message and wait for response
Send Photo
Send a photo
Send Sticker
Send a sticker
Send Video
Send a video
Unpin Chat Message
Unpin a chat message

FAQs

  • Can NASA connect with Telegram?

  • Can I use NASA’s API with n8n?

  • Can I use Telegram’s API with n8n?

  • Is n8n secure for integrating NASA and Telegram?

  • How to get started with NASA and Telegram integration in n8n.io?

Need help setting up your NASA and Telegram integration?

Discover our latest community's recommendations and join the discussions about NASA and Telegram integration.
Trigi Digital

Looking to integrate NASA and Telegram in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate NASA with Telegram

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon