Generate automated meeting summaries from Fireflies transcripts using n8n and Google Gemini. This powerful n8n workflow handles AI extraction, summarization, and Gmail delivery.
Download this n8n workflow template and start using it instantly.
Business Analysts & Project Managers: Who need quick, reliable summaries of client or internal meetings. Automation Enthusiasts: Seeking advanced examples of using the n8n LangChain nodes with powerful LLMs like Google Gemini. Sales Teams: Who rely on accurate meeting recaps for follow-ups and CRM updates. Anyone utilizing Fireflies.ai for meeting transcription and wanting a custom delivery mechanism via a robust n8n workflow.
This sophisticated n8n workflow addresses the challenge of managing and disseminating information captured in long meeting transcripts. By leveraging the power of Fireflies.ai and integrating it with Google Gemini via the LangChain n8n node, this solution transforms raw transcription data into structured, actionable summaries and professional client emails. The n8n trigger for this automation can be a Fireflies webhook, a manual execution, or, most commonly, a polling Gmail trigger that detects the completion of a meeting recap, ensuring the automation is highly responsive. This setup is a prime example of utilizing flexible n8n templates to build complex, multi-stage AI processes, delivering immediate value by saving hours on manual recap creation.
This n8n workflow provides three distinct starting points (n8n trigger mechanisms) to initiate the process:
[email protected] with the subject 'Your meeting recap'.meetingId required for the Fireflies API call.meetingId to fetch the complete transcription data, including speaker segmentation and initial summaries provided by Fireflies.YOUR_EMAIL to the recipient address for the summaries. Gmail Trigger (n8n trigger): Sets the automation in motion by watching for Fireflies recap emails (subject:Your meeting recap, sender:[email protected]). It uses a specific query filter to ensure targeted polling.
Get a message (Gmail n8n node): Retrieves the full content of the email identified by the trigger, necessary for link extraction.
Information Extractor (LangChain n8n node - OpenAI): This node uses an LLM (configured here as gpt-4.1-mini) with a system prompt to act as an expert extraction algorithm. Its goal is strictly to extract the meeting_notes link from the email body.
Code1 (Code n8n node): Essential for transforming the extracted URL string. This JavaScript snippet finds the meeting ID by slicing the string between '::' and '?'—a critical step before hitting the Fireflies API.
Get a transcript (Fireflies n8n node): The core integration point. It takes the dynamically generated meetingId and fetches all transcript data from Fireflies.
Full transcript (Code n8n node): Reconstructs the full, chronological conversation history by looping through the sentences array from the Fireflies data and combining speaker names and dialogue. This raw input is vital for the AI.
Expert Meeting transcripts & Meeting summary expert (Google Gemini n8n node): These are the powerful AI processing centers. They use the models/gemini-2.5-pro model with system prompts instructing them to act as expert interpreters and summarizers, generating the final recap content.
Merge & Aggregate (Core Logic n8n nodes): Used to combine and structure the outputs from the separate AI summarization paths before feeding them into the final Email writer node.
Use this powerful n8n workflow to automatically transcribe Google Meet recordings, analyze them with Claude AI for summaries and action items, and push tasks to Notion and Slack.

Automate client follow-up emails (7, 30, 60 days) based on Notion data and instantly capture new testimonials via webhook using this powerful n8n workflow.

Deploy this powerful n8n workflow to instantly enrich leads from Cal.com bookings using Bright Data LinkedIn scraping, generate AI meeting prep documents, and sync all data to Airtable CRM.

Automate meeting summaries using this advanced n8n workflow. It transcribes audio/video from Google Drive using Gemini AI, generates structured notes, and saves them to a professionally formatted Google Doc.

This powerful n8n workflow template automates meeting transcription and structured minutes generation using OpenAI. Start with a Google Drive n8n trigger to streamline documentation and distribution via Chatwork.

Full-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at [email protected] or add me on Linkedin.com/in/davideboizza







































