๐Ÿ’ฌ Transform chatbots into AI advisors with memory and real-time context

โšก 93 views ยท ๐Ÿ’ฌ Support Chatbots

Description

How it works

โ€ข Receives a user message from a chat โ€ข Uses an LLM node to understand user intent and generate a response โ€ข Retrieves and stores conversation memory in a database (Supabase) โ€ข Fetches real-time product or business data from an external API (e.g. Shopify) โ€ข Applies custom logic to ensure a consistent, human-like tone โ€ข Sends a contextual response back to the user

Set up steps

โ€ข Import the workflow into n8n โ€ข Create and connect the required credentials (LLM, database, API) โ€ข Configure environment variables and placeholders โ€ข Adjust the prompt and logic to your specific business needs โ€ข Test the workflow using sample user messages

๐Ÿ”— Nodes Used

Telegram, Telegram Trigger, Shopify, AI Agent, OpenAI Chat Model, Postgres Chat Memory

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup