Turn live meetings into clear notes without typing. The flow listens to a meeting, captures the words, and stores them as clean text and action items. Teams can use it for sales calls, project reviews, and customer interviews.
Here is how it works. A setup path creates a meeting bot in Recall AI and opens an AI thread in OpenAI. The bot joins your call and sends live text to an n8n webhook. Each update is appended to a PostgreSQL record as a growing dialog list. A keyword check then passes only the new lines to an OpenAI assistant that keeps memory through a thread id. The assistant can call a database tool to write structured notes back into the same row. A Supabase record links the meeting url, bot id, and thread id so every item stays connected from start to finish.
Use it when you need reliable records and fast follow ups. You will need API keys for Recall AI and OpenAI plus access to a PostgreSQL database or Supabase. Expect to cut note work from about 30 minutes to under 5 minutes per meeting. Common uses include customer discovery, sales coaching, and internal reviews where action items must be captured while people speak.