building-your-first-whatsapp-chatbot
This n8n template builds a simple WhatsApp chabot acting as a Sales Agent. The Agent is backed by a product catalog vector store to better answer user's questions. This template is intended to help introduce n8n users interested in building with WhatsApp. How it works This template is in 2 parts: creating the product catalog vector store and building the WhatsApp AI chatbot. A product brochure is imported via HTTP request node and its text contents extracted. The text contents are then uploaded to the in-memory vector store to build a knowledgebase for the chatbot. A WhatsApp trigger is used to capture messages from customers where non-text messages are filtered out. The customer's message is sent to the AI Agent which queries the product catalogue using the vector store tool. The Agent's response is sent back to the user via the WhatsApp node. How to use Once you've setup and configured your WhatsApp account and credentials First, populate the vector store by clicking the "Test Wor...
Workflow file: building-your-first-whatsapp-chatbot.json
20.8 KB
Step 1: Download the Workflow
Click the "Download Workflow" button above to save the workflow JSON file to your computer.
Step 2: Import to n8n
In your n8n instance, go to the workflows page and click "Import from File". Select the downloaded JSON file to import this workflow.
Step 3: Configure Credentials
Set up any required credentials and API connections for the nodes used in this workflow. Check each node's configuration to ensure proper setup.
Step 4: Test and Activate
Test the workflow with sample data to ensure it works correctly, then activate it to start automation.
Author
Category
E-commerce
Created
4 months ago