This n8n template builds a WhatsApp support copilot that answers order
status and product availability from Shopify using LLM "agents,"
then replies to the customer in WhatsApp or routes to human support.
WhatsApp Trigger
Receives an incoming message (e.g., "Where is my order?").
Get Customer from Shopify → Customer Details → Normalize Input
Looks up the customer by phone, formats the query (lower-case, emoji
& punctuation normalization).
Switch (intent router)
Classifies into welcome, orderStatusQuery, productQuery, or
supportQuery.
Welcome path
Welcome message → polite greeting → (noop placeholder).
Order status path (Orders Agent)
Products path (Products Agent)
Support path
Send a message to support posts the transcript/context to your
agent/helpdesk channel and informs the user a human will respond