Telegram AI Productivity Assistant
detail.loadingPreview
Streamline your chat experience with this n8n workflow, transforming your Telegram bot into an AI-powered assistant. Quickly get help, summarize articles, and initiate AI image generation requests directly from your Telegram conversations.
About This Workflow
Unlock the power of AI right within your Telegram chats. This n8n workflow sets up a versatile Telegram bot that intelligently responds to commands. Whether you need a concise summary of a long article, a quick help guide for your bot's functionalities, or want to kick off an AI image generation process, this bot handles it all. It listens for incoming messages, identifies commands like /help, /summary <URL>, and /img <prompt>, then orchestrates the necessary actions, from web scraping to API calls, delivering instant value back to the user.
Key Features
- Intelligent Command Routing: Processes
/help,/summary, and/imgcommands with smart conditional logic. - AI-Powered Article Summarization: Fetches web pages and generates 10-12 point professional summaries (requires an AI service like OpenAI).
- Instant AI Image Generation Acknowledgment: Passes prompts to an image generation API (e.g., OpenAI DALL-E) and confirms receipt.
- Customizable Help Menu: Provides users with a clear guide on how to interact with your bot.
- Seamless Telegram Integration: Communicates directly with users via Telegram messages.
How To Use
- Configure Telegram Listener: Set up your Telegram Bot Token and create a webhook URL in the "Listener" node to enable receiving messages.
- Adjust Help Responder: Customize the help message content in the "Help Responder" node to precisely reflect your bot's available commands and usage.
- Integrate Article Fetcher & Extractor: Ensure the "Fetcher" node correctly targets the URL parsed from the
/summarycommand and the "Text Extractor" node uses appropriate CSS selectors (e.g.,body) to pull relevant article content. - Connect AI Services: For summarization and image generation, connect your chosen AI service (e.g., OpenAI) to the implied "Summarizer" and "Image Generator" logic (as described in the sticky notes), providing your API keys and configuring prompts as needed.
- Review Command Routing: Examine the "Command Router" and subsequent "Checker" nodes to understand how messages are routed based on commands and adjust if you plan to add new functionalities.
Apps Used
Workflow JSON
{
"id": "be1e6020-c171-4719-8c63-b0e33fb5e593",
"name": "Telegram AI Productivity Assistant",
"nodes": 23,
"category": "Personal",
"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: be1e6020-c171...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Smart Expense Tracking with Telegram & AI
Automate your personal finance management by turning your Telegram chat into an intelligent expense tracker. Simply send a photo of a receipt or a text message, and this workflow uses AI to categorize your spending, extract crucial details, and provide instant summaries.
Send Obsidian Notes as Emails with Dynamic Attachments
This workflow empowers you to transform your Obsidian notes into dynamic emails, complete with custom metadata from YAML frontmatter and automated attachment handling. Seamlessly share your thoughts and files directly from your preferred note-taking environment.
Voice Task to Notion: AI-Powered Processing
This n8n workflow automates the intelligent processing of voice-activated tasks intended for Notion or similar tools. It leverages advanced AI to understand inputs, builds a dynamic knowledge base from them, and logs processing outcomes to Google Sheets. Instantly get alerted via Slack for any errors, ensuring reliable task management.