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
Automate Telegram chat with n8n and OpenAI

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

Learn how to Build this Workflow with AI:

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.

Automate Telegram chat with n8n and OpenAI

Visit through Desktop to Interact with the Workflow.

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.
Author
Written By
Vikash Kumar
Building AI agents, n8n workflows and end-to-end automation for 30+ Brands across India, the US, Europe, Dubai & Australia. 7+ years of Experience saving founders real hours every week - no code required.

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.