Daily Poem in Telegram
detail.loadingPreview
Fetches a daily poem and sends it to a Telegram chat.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automatically fetch a daily poem from a specified API endpoint and deliver it to a Telegram chat at a scheduled time. It includes translation capabilities.
Key Features
- Scheduled daily poem delivery.
- Fetches poem content from an HTTP endpoint.
- Translates poem content to English.
- Sends formatted poem to a Telegram chat.
- Includes robust error handling.
How To Use
- Configure Cron Node: Set the
triggerTimesto define when the workflow should run daily. - Configure HTTP Request Node: Set the
urlparameter to the API endpoint providing the poem data. Ensure the$env.BASE_URLenvironment variable is correctly set. - Configure LingvaNex Node: Set the
translateToparameter to the desired target language (e.g.,en_GB). Ensure your LingvaNex credentials are set up. - Configure Telegram Node: Set the
chatIdto your target Telegram chat ID. Configure thetextparameter to format the poem and its author for the message. Ensure your Telegram API credentials are set up. - Configure Error Handler: The
Error Handlernode is pre-configured to stop and report any execution errors.
Apps Used
Workflow JSON
{
"id": "c8b7f34d-e5d9-4419-b2a0-1f06575ee81a",
"name": "Daily Poem in Telegram",
"nodes": 0,
"category": "Content Delivery",
"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: c8b7f34d-e5d9...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automated Daily Vegan Recipe Sender via Telegram
Sends a random vegan recipe image and link to Telegram users daily. Manages user subscriptions via Airtable.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.