This workflow creates an intelligent Telegram chatbot integrated with OpenAI and Supabase to maintain user conversation context. When a user sends a message, the system checks the database for their existing record. If the user exists, it retrieves the conversation thread; otherwise, it creates a new user entry. The message is sent to OpenAI’s API to generate a response, which is then sent back to the user via Telegram. Additionally, the workflow stores conversation threads and user data in Supabase, enabling the bot to retain memory of past interactions for more personalized and context-aware conversations. This setup is ideal for customer support bots, virtual assistants, or any Chatbot requiring session persistence and continuity.
AI-Enhanced Telegram Chatbot with User Memory
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | httpRequest, if, merge, stickyNote, supabase, telegram, telegramTrigger |
Reviews
There are no reviews yet.