Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
An intelligent automation system that turns Google Meet recordings into structured meeting notes — integrating Fireflies.ai , OpenAI GPT 4.1 mini , Notion , Slack , Google Drive , and Gmail via ...
n8n-nodes-base.webhook, n8n-nodes-base.aggregate, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, n8n-nodes-base.notion
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atharva.
Original n8n.io source🧾 An intelligent automation system that turns Google Meet recordings into structured meeting notes — integrating Fireflies.ai, OpenAI GPT-4.1-mini, Notion, Slack, Google Drive, and Gmail via n8n.
🎥 Demo: Watch the Loom walkthrough
The Google Meet Notes Generator & Distributor automates the entire post-meeting workflow.
Workflow Summary:
Fetches Google Meet transcript via Fireflies.ai webhook.
Aggregates and summarizes transcript using OpenAI GPT-4.1-mini into:
Stores the transcript as a text file on Google Drive and generates a shareable link.
Creates a Notion page with all the meeting details.
Posts the summary in #meeting Slack channel.
DMs each attendee on Slack with personalized meeting notes.
Sends email recap to all attendees via Gmail.
Result: No more manual note-taking or scattered updates — everything centralized, formatted, and instantly shareable.
| Scenario | Description |
|---|---|
| Team Meeting Summaries | Automatically summarize and distribute meeting notes for internal teams. |
| Project Management | Keep structured decisions, action items, and risks documented for each project meeting. |
| Remote Teams | Notify distributed teams in Slack and via email without extra effort. |
| Client Updates | Share polished meeting summaries with clients instantly. |
| Knowledge Base / Notion | Archive structured notes in Notion for reference and compliance. |
| Tool | Purpose |
|---|---|
| 🤖 Fireflies.ai API | Fetch Google Meet transcripts via webhook |
| 🧠 OpenAI API | Summarize and structure transcript into notes |
| 📓 Notion API | Create structured meeting pages |
| 💬 Slack OAuth/Bot | Post summaries in channel and DM attendees |
| 🗂 Google Drive OAuth2 | Store transcripts and generate shareable links |
| ✉️ Gmail OAuth2 | Email meeting recaps to attendees |
meetingId to n8n.Agent and Generate Slack Message nodes.Notion Page node.Send a message #meeting and DMs to Attendees nodes.Email to Attendees node.Workflow automatically: Fetch → Summarize → Store → Notion → Slack → DM → Email
A fully automated AI pipeline that transforms Google Meet recordings into polished, shareable meeting notes — eliminating manual note-taking and keeping your team informed in real time.
If you face any issues during setup or execution, contact: 📧 Email: [email protected] 🔗 LinkedIn: Atharva Jaiswal
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 | Automate Google Meet notes with GPT-4.1-mini, Notion, Slack & Gmail distribution |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Document Extraction, AI Summarization |
| Author | Atharva |
| Published | 17 Oct 2025 |
Use the JSON export at /data/workflows/9849/9849.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.
An intelligent automation system that turns Google Meet recordings into structured meeting notes — integrating Fireflies.ai , OpenAI GPT 4.1 mini , Notion , Slack , Google Drive , and Gmail via ...
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.