Block 1 - Get a transcript
- Type / Role
- @firefliesai/n8n-nodes-fireflies.fireflies - fireflies
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automatically processes Fireflies.ai meeting recap emails , extracts the meeting transcript, generates a stru...
@firefliesai/n8n-nodes-fireflies.fireflies, n8n-nodes-base.gmailtrigger, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.markdown
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automatically processes Fireflies.ai meeting recap emails, extracts the meeting transcript, generates a structured summary email, and sends it to a designated recipient.
The workflow eliminates all manual steps from receiving the Fireflies email to sending a polished summary. This ensures:
Using AI-based information extraction and custom parsing, the workflow reliably identifies:
This avoids human error and ensures consistency.
The Gemini-powered summary generator:
This results in clear, usable communication for recipients.
The workflow integrates custom JavaScript steps to:
This guarantees the message is always properly structured.
By converting Markdown to HTML, the summary:
The workflow can be expanded to:
Trigger
The workflow starts with a Gmail Trigger that checks for new emails with the subject "Your meeting recap" from [email protected] every hour.
Email Processing
When a matching email is found, the workflow retrieves the full email content and extracts the meeting recap URL using an Information Extractor node powered by OpenAI GPT-4.1-mini.
Meeting ID Extraction
A Code Node extracts the meeting ID from the Fireflies URL (between :: and ?) for use in the next step.
Transcript Fetching
The meeting ID is sent to the Fireflies Node, which retrieves the full transcript and summary data (short summary, short overview, and full overview).
AI-Powered Email Generation
The meeting summary data is passed to a Google Gemini node, which generates a complete meeting summary email with a subject line and body in JSON format.
Data Formatting
The raw JSON output is parsed in a Code Node, and the email body is converted from Markdown to HTML using the Markdown Node.
Email Delivery
Finally, the email is sent via Gmail with the AI-generated subject and HTML body.
Configure Credentials
Adjust Email Filters
Update the Gmail Trigger filters (subject and sender) if Fireflies.ai uses a different sender or subject format.
Customize Output Email
Modify the recipient email in the Send email node to the desired address.
Optional: Modify AI Prompts
Adjust the system prompts in the Information Extractor and Email Agent nodes to change extraction behavior or email tone.
Activate Workflow
Ensure the workflow is set to Active in n8n, and test it by sending a sample Fireflies recap email to your connected Gmail account.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Auto-send FireFlies meeting summaries via email using Gemini 2.5 Pro |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Document Extraction, AI Summarization |
| Author | Davide |
| Published | 04 Dec 2025 |
Use the JSON export at /data/workflows/11497/11497.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automatically processes Fireflies.ai meeting recap emails , extracts the meeting transcript, generates a stru...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.