Monitoring agent conversations on Whatsapp?

My clients are constantly asking for AI agents chatting through WhatsApp. I was wondering if it was possible to let them visualize the conversations that users have with the AI agent.

I know that there are external tools like ChatWoot, but it looks like you need a Twilio subscription or a similar service to do it. I know I could save all the messages in a database and filter them using the phone number as ID, but I’d like to have a visual representation of each conversation. What’s the simplest way to do it?

Hi @albertocv! Welcome to the community!
We can use Official WhatsApp Business API from Meta to chat with WhatsApp.

Below is a simple flow for chatting trough WhaatsApp and AI Agent

Also, you can read This Documentation for Getting Started with WhatsApp node.

If it helps you, please help me with mark my reply as the solution, thanks!

I’m already using it. Does it offer an easy way to review past agent conversations?

Have a look at How to add AI Agents to WhatsApp using n8n (Step-by-Step Guide)

You can review the past agent conversations from Executions window (See image below)

In advance use, if you want to review the past agent conversations with more advance settings, you can’t use simple memory database. Instead, you can use another database like postgres, mongodb or redis for review the agent conversations.

Yes, I know.
But it would be really cumbersome for my client.