I run an education platform and built an n8n chatbot to handle student questions.
The bot worked great… until I needed to monitor what it was saying.
The exhausting reality:
Open n8n workflow → execution tab → click message by message
When 2+ people chat at once, conversations get mixed
One night I watched my bot quote the WRONG PRICE. Live. Couldn’t intervene. Just watched.
What I searched for (and couldn’t find):
Dashboard that shows conversations properly (like Messenger, not execution logs)
Human takeover when bot fails
Bot escalation to human when needed (not “DM me on WhatsApp”)
Multi-channel inbox (WhatsApp, Telegram, Messenger in one place)
Built for n8n workflows specifically
Nothing existed.
So I built something:
A dashboard where I can actually see conversations grouped properly, jump in when the bot screws up, and let the bot escalate to me when it needs help.
I’ve also built four n8n nodes that connect directly with the chatbot inbox
One records the messages
one escalates to a human
one checks whether the conversation is assigned to a bot or a person
and one sends the reply from the inbox back into n8n
I’m still in the pre-launch phase, but I’ll record a short video soon to show the whole flow
@mohamed3nan Thanks for sharing, Mohamed — good point!
I built Trilox for n8n developers who create chatbots for their clients. When you create an inbox on Trilox, you can choose whether the project is for internal use (your own agency or business) or for a client.
If it’s for a client, there are two phases:
1. Development mode: You can view conversations to edit prompts or train the AI bot.
2. Production mode: When you share it with your client, there are two options:
Privacy mode: Even as the developer, you cannot see the conversations. You can still stop the project if needed (for example, if a client hasn’t paid).
Transparent mode: You can view the conversations, but the client is notified — no spying without permission.
Privacy is a core focus, and I’m building trilox to handle user data safely and responsibly
This is a screenshot for the project creation dialog, where you choose internal or client type
Nice user managemrnt system for the service, but as @mohamed3nan mentioned about privacy , still remain since all the traffic goes trough your server…
if that is open source , yea it can be a nice custom tool to add for the client as supervisor.
Anyway, a great ideea and cool tool that i would gladly use either for myselft, or for clients as addon.
Cheers!
@Parintele_Damaskin thanks for your feedback
I get what you mean about privacy, all the traffic goes through our server right now
I’d be happy to contact you and do a short live demo so you can see how it works
The part with internal use sounds outstanding!
But when i handoff to the a client a project, usually the add-ons are included(dashboards) since they handle the data internal.
In Europe is a mess with GDPR , and businesses just ‘avoid’ the third party.
P.S
I have no doubts that you can’t handle that topic properly
In one words, for myself i would use it gladly if i can have all webhooks there.