Telegram Chat with Buffering
detail.loadingPreview
Allows users to send a sequence of messages to an AI agent in Telegram with Supabase for message buffering.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow enables users to send multiple messages in succession to an AI agent within Telegram. It utilizes Supabase to buffer incoming messages, ensuring that the AI agent receives the complete conversation context before responding. This is particularly useful for chatbots where users might send fragmented or sequential messages.
Key Features
- Buffers incoming Telegram messages using Supabase.
- Processes messages sequentially for AI interaction.
- Responds to the user with AI-generated output.
- Handles message delivery and processing logic.
How To Use
- Configure Telegram Trigger: Set up the
telegramTriggernode with your Telegram bot token. - Configure Supabase: Set up Supabase credentials and ensure a
message_queuetable exists withuser_id,message, andmessage_idcolumns. - Configure AI Model: Set up your OpenAI API credentials and select the desired model in the
OpenAI Chat Modelnode. - Run the workflow: Start receiving messages in your Telegram bot.
Apps Used
Workflow JSON
{
"id": "8837aa23-0184-46ae-86bf-0f45a73be059",
"name": "Telegram Chat with Buffering",
"nodes": 0,
"category": "Telegram 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: 8837aa23-0184...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI Document Assistant via Telegram + Supabase
An n8n workflow that creates an AI assistant for Telegram to help users with document analysis and general queries.
Telegram Cocktail Image Sender
Receives a message on Telegram and sends back a cocktail image and name.
Telegram Image Analysis and Response
Analyze images sent via Telegram and respond with analysis results.
Telegram Pomodoro Tracker
Track your Pomodoro sessions using Telegram.
Telegram Speech Support Workflow
Processes incoming Telegram messages, handling both text and voice inputs to provide speech support.
Telegram Community Task Manager
A workflow to manage tasks received via Telegram messages and interact with Google Tasks.