Process Multiple Media Files in Telegram with Gemini AI & PostgreSQL Database

Go to Workflow
794 views
Built by John Alejandro SIlva John Alejandro SIlva
Created on June 06, 2026

Description

πŸ€–πŸ“¨ Telegram AI Assistant with Multi-File Media Group Handling, Smart File Processing & PostgreSQL Integration

> AI-powered Telegram bot for text, voice, video, documents & media β€” with database-driven grouping and Telegram-safe formatting.

πŸ“‹ Description

This n8n template creates a next-generation Telegram AI assistant πŸ§ πŸ’¬ capable of handling text messages, media files, and documents with advanced processing, PostgreSQL integration, and AI-powered responses.

It is designed to solve Telegram’s media group challenge πŸ“¦ β€” when multiple files are sent together, they are stored, processed, and combined into one coherent AI-generated reply.

✨ Key Features
πŸ“‚ Multi-file media group management with PostgreSQL:
media_group
media_queue
chat_histories
πŸ“‘ Document parsing for CSV, HTML, ICS, JSON, ODS, PDF (with AI fallback), RTF, TXT, XML, and spreadsheets.
🎀 Voice & video transcription for AI analysis.
πŸ–ΌοΈ Image, audio, and video description for richer AI context.
πŸ›‘οΈ Telegram-safe MarkdownV2 formatting with auto-splitting for messages over 4096 chars.
⚠️ Error fallback for unsupported file types.

πŸ’‘ Acknowledgment

A huge thank you to Ezema Gingsley Chibuzo πŸ™Œ for the inspiration of the first version of this workflow:
Create a Multi-Modal Telegram Support Bot with GPT-4 and Supabase RAG
Your pioneering work laid the foundation for this improved, database-powered multi-modal assistant πŸš€

🏷 Tags
telegram ai-assistant postgresql multi-file media-group
file-processing voice-transcription document-parser pdf-extraction
markdown-formatting n8n-template

πŸ’Ό Use Case
Use this template if you need an AI-powered Telegram bot that can:
πŸ“¦ Handle multiple files sent in a single message (albums, multiple PDFs, etc.).
🧾 Extract & analyze content from many file formats.
πŸŽ™οΈ Transcribe voice and video messages.
πŸ—‚οΈ Maintain chat memory for contextual AI answers.
πŸ›‘οΈ Avoid Telegram formatting errors and length limit issues.

This workflow automates the full chain: Receive β†’ Process β†’ AI Analysis β†’ Telegram-safe Reply.

πŸ’¬ Example User Interactions

πŸ“„ Multiple PDFs with a caption** β†’ AI extracts and summarizes all PDFs in one combined reply.
🎀 Voice message** β†’ AI transcribes and replies with a contextual answer.
πŸ“Š CSV or spreadsheet file** β†’ AI parses and summarizes the data.
πŸ–ΌοΈ Multiple images** β†’ AI describes each image and replies in a single message.

πŸ”‘ Required Credentials
Telegram Bot API** (Bot Token)
PostgreSQL** (Connection credentials)
AI Provider API** (OpenAI, Google Gemini, or compatible LLM)

βš™οΈ Setup Instructions
πŸ—„οΈ Create the PostgreSQL tables (Gray section SQL):
media_group
media_queue
chat_histories
πŸ”Œ Configure the Telegram Trigger with your bot token.
πŸ€– Connect your AI provider credentials.
πŸ—‚οΈ Set up PostgreSQL credentials in the database nodes.
▢️ Deploy the workflow in n8n.
🎯 Start sending messages and files to your bot.

πŸ“Œ Extra Notes
βœ… Green section ensures only one trigger per media group.
πŸ“Œ Yellow section guarantees captions and files are stored in the correct sequence.
✨ Purple section formats AI output to be Telegram-safe and split if needed.
🧠 AI prompt is not fixed, allowing full customization.

πŸ’‘ Need Assistance?

If you’d like help customizing or extending this workflow, feel free to reach out:

πŸ“§ Email: [email protected]
πŸ”— LinkedIn: John Alejandro Silva RodrΓ­guez

Nodes Used (8)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Google Gemini
@n8n/n8n-nodes-langchain.googleGemini
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
HTML
n8n-nodes-base.html
Postgres
n8n-nodes-base.postgres
Postgres Chat Memory
@n8n/n8n-nodes-langchain.memoryPostgresChat
Telegram
n8n-nodes-base.telegram