Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is a complete AI powered customer support automation for WooCommerce e commerce websites . It combines conversational AI, Retrieval Augmented Generation (RAG), vector search, WooComme...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.vectorstoreqdrant, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplittertokensplitter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow is a complete AI-powered customer support automation for WooCommerce e-commerce websites. It combines conversational AI, Retrieval-Augmented Generation (RAG), vector search, WooCommerce integration, and human escalation into a single intelligent support system.
The workflow allows customers to interact with an AI assistant through a website chat interface, providing real-time support, product discovery, policy assistance, and personalized shopping guidance.
The chatbot can answer customer questions instantly, reducing response times and improving customer satisfaction.
Benefits:
The workflow connects directly to WooCommerce to retrieve live product data.
Capabilities:
This ensures customers always receive accurate and up-to-date information.
The workflow uses Qdrant Vector Store and OpenAI embeddings to create a semantic knowledge base from company documents stored in Google Drive.
Advantages:
AI can answer questions about:
shipping policies
returns and refunds
FAQs
store information
sizing guides
promotions
Context-aware responses
Better accuracy than traditional keyword search
Easy document updates through Google Drive synchronization
The workflow includes dedicated AI guardrails before the AI agent processes customer messages.
Benefits:
The AI agent acts like a virtual shopping assistant.
Capabilities:
This creates a premium customer experience similar to an in-store assistant.
The workflow includes a buffer memory system that maintains context during conversations.
Advantages:
When the AI cannot fully resolve a request, the workflow automatically escalates the conversation to human support via Gmail.
Benefits:
The workflow is built using modular n8n nodes and reusable AI tools.
Advantages:
This workflow is ideal for:
This workflow implements an AI-powered customer support chatbot for an e-commerce store (Fashionart). It integrates with webiste chatbot (chat trigger), Qdrant (vector store), Google Drive (knowledge base), WooCommerce (product data), and Gmail (human escalation).
E-Commerce Customer Support AI Agent (LangChain agent) decides which tool to call based on the user’s intent:rag_search – Retrieves company policies, FAQs, and static knowledge from Qdrant (populated from Google Drive documents).get_product – Fetches live product details from WooCommerce.get_many_products – Searches/multiple products from WooCommerce.get_human_support – Escalates to staff by sending a transcript + customer phone/email via Gmail.Calculator – Optional tool for simple calculations.> The workflow also includes a manual ingestion branch (Test workflow → Google Drive → Qdrant) to vectorize documents into the knowledge base.
http://qdrant_jush:6333 Create collection HTTP request node (or manually create a collection named fashionart with vector size 1536, Cosine distance).Get folder node (contains all product/policy documents). Download Files node can access the drive (authenticate with OAuth2).Embeddings OpenAI and Embeddings OpenAI2 nodes. OpenAI Chat Model1 (or switch to the existing Google Gemini Chat Model with proper credentials).get_product and get_many_products nodes.get_human_support Gmail node. [email protected] to the actual support email).E-Commerce Customer Support AI Agent node – it contains the full assistant behavior, tone, and tool usage logic. When chat message received node to connect to javascript chatbot or any chat frontend."active": false to true in the JSON or via n8n UI.👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Provide ecommerce support with Qdrant RAG, WooCommerce, and human backup |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Davide Boizza |
| Published | 20 May 2026 |
Use the JSON export at /data/workflows/15855/15855.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow is a complete AI powered customer support automation for WooCommerce e commerce websites . It combines conversational AI, Retrieval Augmented Generation (RAG), vector search, WooComme...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.