workflows.fit
Back to n8n workflows
n8n templateFreeBy Mark Shcherbakov

Telegram bot with Supabase memory and OpenAI assistant integration

Video Guide I prepared a detailed guide that showed the whole process of building an AI bot, from the simplest version to the most complex in a template. [![Youtube thumb 3.png](https://cflobdhpqwnoisuctsoc.supabase.c...

DevelopmentCore NodesCommunicationHITLData & StorageTelegram TriggerHttp RequestSupabase
Loading interactive preview...

Template notes

Video Guide

I prepared a detailed guide that showed the whole process of building an AI bot, from the simplest version to the most complex in a template.

[![Youtube thumb 3.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/mystorage/Youtube%20thumb%20(3).png)](https://www.youtube.com/watch?v=QrZxuWgFqBI)

Who is this for?

This workflow is ideal for developers, chatbot enthusiasts, and businesses looking to build a dynamic Telegram bot with memory capabilities. The bot leverages OpenAI's assistant to interact with users and stores user data in Supabase for personalized conversations.

What problem does this workflow solve?

Many simple chatbots lack context awareness and user memory. This workflow solves that by integrating Supabase to keep track of user sessions (via telegramid and openaithreadid), allowing the bot to maintain continuity and context in conversations, leading to a more human-like and engaging experience.

What this workflow does