I’m building a WhatsApp-based automation using n8n, where an AI agent handles customer chats. However, I also want to give a human manager the ability to take over the conversation from the same WhatsApp number, and switch back to the bot when needed.
I’m aware of WhatsApp’s policy that only one client/user can officially send messages per number (especially with the Business API), but I’ve seen projects where this kind of hybrid setup is working — possibly using third-party services or clever routing logic.
Has anyone here successfully implemented such a switch between AI and human manager from one WhatsApp account?
Would love to hear your insights, recommended approaches and videos.
Thanks in advance!
Hi @Nurmukhammed_Turlin, sounds to me like you need the right interface to work with the human agent. I work at Superchat(.com) and our tool on the WhatsApp Business API solves exactly this problem. You can work on WhatsApp Chats as people in a clean interface while being able to connect n8n through Webhooks and API calls. This way you can switch between human and automated while seeing who is doing what.