Turn live meetings into clear notes without typing. A call bot joins through a meeting link, writes down the conversation in real time, and an AI assistant adds context when a keyword appears. Teams get action items and highlights while staying focused on the talk.
Here is how it works. A starter node prepares the meeting URL, then an HTTP request creates a bot with Recall.ai and opens an AI thread with OpenAI. A Supabase record saves the bot ID, thread ID, and meeting link so every session is tracked. When Recall.ai sends transcript chunks to the webhook, a Postgres query appends each piece to a dialog array in the same data table. An If check looks for a chosen word and only then runs the OpenAI assistant on the current thread to produce notes. Another query stores notes back into the table for quick review.
Setup needs API keys for Recall.ai, OpenAI, and Supabase, plus database access in n8n. Add the webhook URL from n8n into the bot settings so transcript events arrive in real time. Expect faster follow ups, fewer errors, and less time spent writing. Great for sales calls, customer reviews, hiring interviews, and daily standups. See the Tools Required section above for account links.