Daily Poem for Telegram
detail.loadingPreview
Automatically fetches a random poem and sends it to a Telegram chat daily.
About This Workflow
This workflow automates the process of delivering a daily poem to a Telegram channel or group. It utilizes a Cron node to trigger the workflow at a scheduled time, an HTTP Request node to fetch a random poem from an API, and a LingvaNex node to translate the poem content. Finally, a Telegram node sends the poem, along with its title and author, to a specified chat.
Key Features
- Scheduled daily poem delivery.
- Random poem fetching from a public API.
- Poem translation to English.
- Customizable Telegram chat destination.
How To Use
- Cron: Configure the
triggerTimesto set the daily execution hour (e.g.,10for 10 AM). - HTTP Request: Ensure the
urlpoints to a reliable random poem API. The current URL ishttps://www.poemist.com/api/v1/randompoems. - LingvaNex: Configure the
translateToparameter to your desired language (e.g.,en_GBfor English). Ensure your LingvaNex API credentials are set up. - Telegram: Set the
chatIdto your target Telegram chat ID. Configure thetextfield to format the message, using expressions like{{$node["HTTP Request"].json["0"]["title"]}}to pull data from previous nodes.
Apps Used
Workflow JSON
{
"id": "aa37a573-ea69-4023-b4c7-9990e6d34e08",
"name": "Daily Poem for Telegram",
"nodes": 12,
"category": "Content 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: aa37a573-ea69...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
AI-Generated Summary Block for WordPress Posts
Automate the creation of AI-generated summaries for your WordPress posts, ensuring they are translated into both English and Chinese and stored in Google Sheets, with notifications sent to Slack.
Generate Multilingual Metadata from Audio Transcripts
Automate the creation of structured metadata in English and Chinese by transcribing audio files stored in AWS S3.