Built a Chatbot Inbox for n8n - Am I the Only One with This Problem?

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 tested it with my education platform. It works.

Now I’m wondering: Am I the only one who finds monitoring n8n chatbots this painful?

If you’re building n8n chatbots:

  • How do you monitor conversations?
  • What do you do when clients ask “can I see the conversations?”
  • Do you build custom dashboards for every project?

Made a waitlist if anyone’s curious: https://trilox.io

But honestly just trying to figure out if this is a real problem or if I’m being weird about it.

4 Likes

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

1 Like

This looks really cool!

One thing I’m curious about though: privacy.

If this becomes a hosted service, do you expect business owners to route their customers’ conversations through another platform?

For some businesses that handle sensitive data, that might be a concern.

Just thinking out loud because this is actually a tool I’d genuinely consider using.

1 Like

@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

1 Like

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!

1 Like

@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 :slight_smile:
In one words, for myself i would use it gladly if i can have all webhooks there.

1 Like

Thanks for the feedback!

To give you a better idea of how it works, I’ve also built a few n8n nodes that connect directly with the inbox, I will share soon with the community:

  • One records messages
  • One escalates to a human
  • One checks if a conversation is assigned to a bot or a person
  • One sends replies from the inbox back into n8n

and you just connect your trilox project api key

Here’s a quick screenshot of the nodes in action:

@Parintele_Damaskin

1 Like

Cool, then a tutorial will be great for this!

1 Like

Thank you! I’ll prepare some tutorials and templates before launching it publicly.

1 Like