Skip to main content

Ai customer support assistant · WhatsApp ready · works for any business

Workflow preview

Workflow preview
100%
Ai customer support assistant · WhatsApp ready · works for any business preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

AI Customer Support Assistant that auto maps any business site, answers WhatsApp in real time, and lets you earn or save thousands by replacing pricey SaaS chat tools. What the workflow does Live...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.toolhttprequest, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.whatsapptrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.whatsapp, @n8n/n8n-nodes-langchain.memorypostgreschat

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Matt F..

Original n8n.io source

1.1 Workflow description

Title
Ai customer support assistant · WhatsApp ready · works for any business
Workflow name
Ai customer support assistant · WhatsApp ready · works for any business

AI Customer-Support Assistant that auto-maps any business site, answers WhatsApp in real time, and lets you earn or save thousands by replacing pricey SaaS chat tools.


⚡ What the workflow does

  • Live “AI employee” - the bot crawls pages on demand (products, policies, FAQs) so you never upload documents or fine-tune a model.
  • No-code setup - Drop in API keys, paste your domain, publish the webhook—ready in ~15 min.
  • Chat memory - each conversation turn is written to Supabase/Postgres and automatically replayed into the next prompt, letting the assistant remember context so follow-up questions feel natural and coherent even across long sessions.
  • WhatsApp ready - Free-form replies inside the 24-hour service window, automatically switches to a template when required (recommended by Meta).

🚀 Why you’ll love it

Benefit Impact
Zero content training Point the AI Agent at any domain → go live.
Save or earn money Replace pricey SaaS chat tools or sell white-label bots to clients.
Channel-agnostic Ships with WhatsApp; swap one node for Telegram, Slack, or web chat.
Flexible voice Adjust tone & language by editing one prompt line.

🧰 Prerequisites (all free-tier friendly)

  • OpenAI key
  • Meta WhatsApp Cloud API number + permanent token (easy setup)
  • Supabase (or Postgres) URL for chat memory (easy setup)

🛠 5-step setup

  1. Import the template into n8n.
  2. Add credentials for OpenAI, WhatsApp, and Supabase.
  3. Enter your root domain in the root_url variable.
  4. Point Meta’s Webhook to the n8n URL.
  5. Hit Execute Trigger and send “Hi” from WhatsApp—watch the bot answer with live data.

🔄 Easy to extend

  • Voice & language – change wording in the System Prompt.
  • Escalation – add an “If fallback” branch → Zendesk, email, live agents.
  • Extra channels – duplicate the reply node for Telegram or Slack.
  • Commerce API hooks – plug in Shopify, Woo, Stripe for order status or payments.

💡 Monetization ideas

  • Replace costly SaaS seats. Deploy the bot on your own server and stop paying $300–$500 every month for third-party “AI support” platforms.
  • Sell it as a service. Spin up a branded instance for local shops, clinics, or e-commerce stores and charge each client $300–$500 per month—setup time is under 15 minutes.
  • Upsell premium coverage (24/7 human hand-off) once the bot handles routine questions.
  • Embed product links in answers and earn affiliate or upsell revenue automatically.

Spin it up, connect a domain and a phone number, and you—or your customers—get enterprise-grade support without code, training, or ongoing licence fees.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 2 - list_links

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 3 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - WhatsApp Trigger

Type / Role
n8n-nodes-base.whatsAppTrigger - whatsAppTrigger
Config choices
Version 1

Block 5 - cleanAnswer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - get_page

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 7 - 24-hour window check

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - Send Pre-approved Template Message to Reopen the Conversation

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

Block 10 - Send AI Agent's Answer

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

Block 11 - Postgres Users Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryPostgresChat - memoryPostgresChat
Config choices
Version 1.3

Block 12 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Ai customer support assistant · WhatsApp ready · works for any business
Complexity intermediate
Nodes 12
Categories Support Chatbot, AI Chatbot
Author Matt F.
Published 04 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3859/3859.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Ai customer support assistant · WhatsApp ready · works for any business do?

AI Customer Support Assistant that auto maps any business site, answers WhatsApp in real time, and lets you earn or save thousands by replacing pricey SaaS chat tools. What the workflow does Live...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.