How to Build a Telegram AI Chat and Image Bot with n8n

Discover how this Telegram AI-bot workflow in n8n automates chat responses and image creation based on user commands, saving you hours of manual effort and enhancing user engagement through intelligent interactions.
telegramTrigger
openAi
telegram
+4
Workflow Identifier: 2332
NODES in Use: telegramTrigger, switch, stickyNote, set, openAi, telegram, merge

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Automation Does

This Telegram AI-bot workflow uses n8n to answer messages automatically and create pictures on command. It helps avoid slow replies and manual work by quickly sending smart chat responses or AI images. The bot reads user commands, talks in their language, and shows if it is typing or uploading an image.

The workflow listens for commands like /start to greet, and /image <text> to make pictures. If the command is unknown, the bot explains what commands work. Replies use OpenAI GPT-4 for chat and DALL·E for images. This saves hours daily and keeps users happy.

Inputs

  • Telegram messages: All user texts sent to the bot.
  • OpenAI prompts: User text or commands passed to GPT-4 or DALL·E.

Processing Steps

  • Detect command typed by user.
  • Set AI model parameters like creativity and max tokens.
  • Send typing or uploading action to Telegram for user feedback.
  • Run chat prompts through OpenAI GPT-4 or generate images with DALL·E.
  • Send replies or images back to user via Telegram.
  • Handle errors by sending helpful messages about valid commands.

Output

  • Text replies: Chat responses in user language with emojis.
  • Generated images: Photos created per user description.
  • Typing indicators: Shows bot is working in the chat.
  • Error messages: Explains invalid commands to users.

Who Should Use This Workflow

This workflow suits Telegram community managers who want faster replies. It helps those who create images for users often. Also good for anyone needing chat automation without coding. Users get quick answers and images inside Telegram. It fits teams wanting multi-language support and user-friendly chat experience.


Tools & Services Used

  • Telegram Bot API: Receives user messages.
  • OpenAI GPT-4: Produces chat replies in user language.
  • OpenAI DALL·E API: Generates AI images from text prompts.
  • n8n Workflow Automation: Connects Telegram and OpenAI, controls flow.

Beginner step-by-step: How to use this workflow in n8n

1. Import the Workflow

  1. Download the workflow file using the Download button on this page.
  2. Open the n8n editor where the workflow will run.
  3. Choose Import from File and select the downloaded workflow file.

2. Configure Credentials

  1. Add your Telegram Bot API Key in n8n credentials.
  2. Add your OpenAI API Key for GPT-4 and image generation access.

3. Update IDs and Settings (if needed)

  1. Check if chat IDs, channel names, or email fields need to be updated to your environment.
  2. If there are prompts or code snippets inside nodes, copy and paste them as is; no change needed usually.

4. Test the Workflow

  1. Send test messages to your Telegram bot: use /start, a normal chat message, and an image command like /image sun on mountain.
  2. Check if the bot responds correctly with greetings, chat replies, and images.

5. Activate Workflow

  1. Turn on the workflow in n8n by switching the Activate toggle.
  2. Your bot is now ready for production use.
  3. If self-hosting n8n, ensure your server URL is accessible from Telegram. You may find self-host n8n resources helpful.

Workflow Inputs, Processing Steps, and Outputs

Input

  • User messages sent to Telegram bot.
  • Commands typed by users, like /start or /image <prompt>.

Processing

  • Extract message text: Get user command or normal text.
  • Set model parameters: Configure AI creativity, max tokens, and prompts.
  • Send typing action: Tell Telegram client the bot is working for better UX.
  • Use switch node: Detect if the input is a start command, image request, normal chat, or invalid command.
  • Chat response: Send user text to OpenAI GPT-4 for intelligent reply in user language.
  • Image generation: Use DALL·E via OpenAI API to create image from prompt.
  • Send reply: Text or image sent back through Telegram API.
  • Error handling: If command not supported, send friendly guidance message.

Output

  • Replies in user language with emojis.
  • AI-generated images matching user descriptions.
  • Typing indicators during processing for better chat feel.
  • Helpful messages for invalid or unknown commands.

Customizations

  • Change AI creativity by adjusting the model_temperature in the Settings node.
  • Add new commands by editing the CheckCommand switch node to detect more prefixes.
  • Modify the greeting message prompt in the Greeting OpenAI node for more personalized welcomes.
  • Update the typing indicator logic by changing the bot_typing expression in Settings.
  • Change image size or number of images by editing parameters in the Create an image OpenAI node.

Edge Cases and Troubleshooting

  • Webhook not triggered: Check Telegram BotFather webhook URL set correctly. The n8n instance URL must be public or use tools like ngrok.
  • Wrong language replies: Verify user language detection works in the system prompt inside Settings node.
  • No image returned: Confirm OpenAI API key has image generation access and prompt text after /image command is valid.
  • Messages not sending: Ensure chat ID is passed correctly and Telegram token is valid.

Pre-Production Setup Checklist

  • Verify Telegram bot API key and webhook are properly configured.
  • Test OpenAI API keys with GPT-4 chat and image generation calls.
  • Send test commands: /start, normal text, /image.
  • Check typing indicator appears during replies in Telegram chat.
  • Use n8n execution preview to confirm data flows as expected.

Deployment Guide

Activate the workflow in n8n by switching Activate ON. Confirm the webhook URL is set in Telegram BotFather. Your n8n instance needs to be reachable publicly or use tunneling tools.

Monitor workflow runs through n8n execution history. Watch API usage in OpenAI and Telegram to avoid limits. Adjust parameters or commands as needed over time.

For users with self hosting n8n setups, self-host n8n resources can help keep your automation stable and secure.


Summary / Results

✓ Chat replies sent fast and smart in user language.
✓ AI images created whenever users ask.
✓ Typing indicators make chat feel alive.
✓ Errors handled with clear guidance.
✓ Saves hours daily by automating Telegram conversations.
✓ Works with no extra coding, just n8n nodes and simple config.

Frequently Asked Questions

Yes, update the model field in the OpenAI nodes to GPT-3.5 to switch models.
Image generation uses more credits than chat messages. Plan API usage based on expected message volume.
Make sure the Telegram BotFather has the correct webhook URL and that the n8n server URL is publicly reachable or use ngrok.
Send commands like /start, regular chat messages, and /image prompts to the Telegram bot and check the correct responses appear.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free