workflows.fit
Back to n8n workflows
n8n templateFreeBy Stephan Koning

Automate meeting intelligence with VEXA, OpenAI & Mem0 for conversation insights

VEXA: AI-Powered Meeting Intelligence I'll be honest, I built this because I was getting lazy in meetings and missing key details. I started with a simple VEXA integration for transcripts, then added AI to pull out su...

DevelopmentCore NodesData & StorageAILangchainUtilityNo OpRedis
Loading interactive preview...

Template notes

VEXA: AI-Powered Meeting Intelligence

I'll be honest, I built this because I was getting lazy in meetings and missing key details. I started with a simple VEXA integration for transcripts, then added AI to pull out summaries and tasks. But that just solved part of the problem.

The real breakthrough came when we integrated Mem0, creating a persistent memory of every conversation. Now, you can stop taking notes and actually focus on the person you're talking to, knowing a system is tracking everything that matters. This is the playbook for how we built it.

How It Works

This isn't just one workflow; it's a two-part system designed to manage the entire meeting lifecycle from start to finish.

1. Bot Management: It starts when you flick a switch in your CRM (Baserow). A command deploys or removes an AI bot from Google Meet. No fluff—it's there when you need it, gone when you don't. The workflow uses a quick "digital sticky note" in Redis to remember who the meeting is with and instantly updates the status in your Baserow table. 2. AI Analysis & Memory: Once the meeting ends, VEXA sends the transcript over. Using the client ID (thank god for redis) , we feed the conversation to an AI model (OpenAI). It doesn't just summarize; it extracts actionable next steps and potential risks. All this structured data is then logged into a memory layer (Mem0), creating a permanent, searchable record of every client conversation.

Setup Steps: Your Action Plan

This is designed for rapid deployment. Here's what you do: