Send Daily Astronomy Picture to Telegram
detail.loadingPreview
Automatically send NASA's Astronomy Picture of the Day to a Telegram channel every day.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches the Astronomy Picture of the Day (APOD) from NASA and posts it as a photo to a specified Telegram channel on a daily basis. It's designed for users who want to share fascinating space imagery with their communities.
Key Features
- Daily automated posting of APOD.
- Utilizes NASA's APOD API to get the latest picture and its details.
- Sends the image and its title as a caption to a Telegram channel.
- Includes robust error handling for reliable execution.
How To Use
- Import the workflow: Load the provided JSON into your n8n instance.
- Configure NASA Credentials: Set up API credentials for the NASA node using your NASA API key.
- Configure Telegram Credentials: Set up API credentials for the Telegram node using your Telegram bot token and ensure the bot is added to the target channel.
- Set Cron Schedule: Adjust the
Cronnode to your desired daily execution time (default is 8 PM UTC). - Set Telegram Chat ID: Update the
chatIdparameter in theTelegramnode with the correct Telegram channel ID. - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "036055b0-b0f8-4da2-a7a9-765705494e46",
"name": "Send Daily Astronomy Picture to Telegram",
"nodes": 0,
"category": "Telegram Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 036055b0-b0f8...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed Template
This workflow processes community-contributed templates for unverified use.
Telegram Dall-E 3 Image Generator
Generates images using Dall-E 3 and sends them to a Telegram chat.
Telegram Welcome and Leave Bot (Unverified)
Automatically welcomes new members and says goodbye to departing members in a Telegram group.
Telegram Voice to Text Automation
This workflow transcribes voice messages from Telegram into text using OpenAI's Whisper API.
Telegram Driver Tracking Assistant
Automates shipment tracking updates from drivers via Telegram.
Telegram AI Agent with Long-Term Memory and User Validation
This n8n workflow integrates DeepSeek AI with Telegram, enabling a conversational agent that remembers user details and provides personalized responses. It includes webhook setup for receiving messages and basic user validation.