๐Ÿ’ฌ 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.

View All Scrapers

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

  1. Webhook Listener Captures inbound WhatsApp messages (MESSAGES_UPSERT via Evolution API).
  2. Filters Ignores outbound (fromMe) and group (@g.us) messages.
  3. Data Extraction Pulls the customerโ€™s message and phone number.
  4. AI Response Uses the DeepSeek Chat Model node to answer from your Google Sheets product list, greeting with โ€œู‡ู„ุง ูˆุบู„ุงโ€ and speaking in Saudi dialect.
  5. Purchase Flow Prompts for name, phone, and delivery/pickup date.
  6. Notify Sales Sends an email via Gmail only when the customer requests to purchase.
  7. Context Memory (Optional) Stores conversation history in Postgres for coherent multi-turn chats.

๐Ÿ“ธ Visual Preview

๐Ÿงฉ Workflow

WhatsApp AI Product Bot.png


๐Ÿ› ๏ธ Setup Instructions

  1. Evolution API Webhook

    • In Evolution API dashboard โ†’ Events โ†’ Webhook
    • Enable only MESSAGES_UPSERT
    • Set Webhook URL to: https://your-n8n-domain/webhook/whatsAppListen
  2. 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
  3. 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
  4. Gmail Notifications

    • Add Gmail OAuth2 credentials to the Send a message in Gmail node
    • Customize subject and email template if needed
  5. Postgres Memory (Optional)

    • Connect a Postgres instance in the Postgres Chat Memory node for session context

๐Ÿ‘ฅ Who Is This For?


๐Ÿ” Credentials Required


๐Ÿท 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

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