๐ฌ Automate WhatsApp sales with DeepSeek AI, Google Sheets and Gmail notifications
โก 232 views ยท ๐ฌ Lead Nurturing & AI Sales Agents
๐ก Pro Tip โ HTTP Request scraping tends to break when sites update their markup. If youโre scraping a major platform, check if ScraperNode covers it โ it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
Turn WhatsApp Into a 24/7 AI Sales Assistant โ n8n + DeepSeek + Sheets + Gmail
โ ๏ธ Self-Hosted n8n Only
Description
Turn your WhatsApp channel into a smart sales assistant! This workflow listens for inbound customer messages, looks up product data in Google Sheets, uses a DeepSeek Chat Model to answer in Saudi dialect, collects purchase details, and notifies your service rep only when the customer is ready to buy.
๐ง How to Install Community Nodes
Go to Settings โ Community Nodes Click Install Node, then add:
n8n-nodes-evolution-api
Restart n8n if prompted.
๐ What This Workflow Does
- Webhook Listener
Captures inbound WhatsApp messages (
MESSAGES_UPSERTvia Evolution API). - Filters
Ignores outbound (fromMe) and group (
@g.us) messages. - Data Extraction Pulls the customerโs message and phone number.
- AI Response Uses the DeepSeek Chat Model node to answer from your Google Sheets product list, greeting with โููุง ูุบูุงโ and speaking in Saudi dialect.
- Purchase Flow Prompts for name, phone, and delivery/pickup date.
- Notify Sales Sends an email via Gmail only when the customer requests to purchase.
- Context Memory (Optional) Stores conversation history in Postgres for coherent multi-turn chats.
๐ธ Visual Preview
๐งฉ Workflow
WhatsApp AI Product Bot.png
๐ ๏ธ Setup Instructions
-
Evolution API Webhook
- In Evolution API dashboard โ Events โ Webhook
- Enable only MESSAGES_UPSERT
- Set Webhook URL to:
https://your-n8n-domain/webhook/whatsAppListen
-
Google Sheets
- Create a spreadsheet (โYou Conmanay Name Itemsโ) with your product data [Item name, Item Model, Item Description, Item Components, Item Price, Item Availability, โฆ]
- Connect your Google Sheets credentials in n8n
-
DeepSeek Chat Model
- Configure your DeepSeek API credentials in the DeepSeek Chat Model node
- Ensure the system prompt matches your companyโs tone and data columns
-
Gmail Notifications
- Add Gmail OAuth2 credentials to the Send a message in Gmail node
- Customize subject and email template if needed
-
Postgres Memory (Optional)
- Connect a Postgres instance in the Postgres Chat Memory node for session context
๐ฅ Who Is This For?
- E-commerce teams automating first-touch customer replies
- Sales reps needing AI-driven chat support on WhatsApp
- Businesses using WhatsApp as a primary customer channel
๐ Credentials Required
- Evolution API (webhook only)
- Google Sheets API
- DeepSeek API
- Gmail OAuth2
- Postgres (optional, for memory)
๐ท Tags
whatsapp bot, deepseek, google sheets, evolution api, gmail, postgres memory, ecommerce, sales automation, n8n template, no-code, ai, agent, ai agent
๐ Nodes Used
Webhook, AI Agent, Postgres Chat Memory, DeepSeek Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File