LHC + WhatsApp API + n8n/AI Integration – Automated Department Transfer via Bot #2316
Replies: 1 comment 6 replies
-
Hi,
![]()
|
Beta Was this translation helpful? Give feedback.
-
Hi,
![]()
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am developing a customer support flow using WhatsApp API + Live Helper Chat (LHC) + n8n with AI. The goal is to:
Receive messages from WhatsApp in LHC.
Forward the messages from LHC to n8n, where the AI processes them and generates responses.
Deliver the responses back to the user through LHC.
The current challenge is transferring chats to human agents when the AI identifies that it is necessary (for example, “São Paulo”).
My proposal is:
n8n sends a signal indicating the need for transfer, without showing it in the chat history for either the user or the agent.
The bot/LHC analyzes this response and makes automatic decisions, including:
Continuing the conversation via AI
Transferring the user to a specific department
Technical questions:
What is the best way to send this signal from n8n to LHC (API endpoint, webhook, custom field, etc.)?
Is it possible for LHC to perform the department transfer internally based on this signal, without exposing the command in the message history?
Any recommendations for structuring the decision logic in the bot so it interprets n8n responses and automatically decides the chat flow?
If anyone has implemented something similar or can share examples of n8n → LHC integration for automatic transfers, it would be extremely helpful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions