Skip to main content

Automate meeting summaries with Google Drive, Gemini AI & Google Docs

Workflow preview

Workflow preview
100%
Automate meeting summaries with Google Drive, Gemini AI & Google Docs preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

AI Meeting Summary Generator with Google Docs Integration Who’s it for Teams that record meetings and want fast, clear summaries without manual note taking. Managers who need action items extracted...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googledocstool, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googledrivetrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Parth Pansuriya.

Original n8n.io source

1.1 Workflow description

Title
Automate meeting summaries with Google Drive, Gemini AI & Google Docs
Workflow name
Automate meeting summaries with Google Drive, Gemini AI & Google Docs

AI Meeting Summary Generator with Google Docs Integration

Who’s it for

  • Teams that record meetings and want fast, clear summaries without manual note-taking.
  • Managers who need action items extracted automatically.
  • Anyone using Google Drive + Google Docs as their central workspace.

How it works / What it does

This workflow automates meeting documentation:

  1. Watches a Google Drive folder for new audio/video meeting files.
  2. Downloads the file and transcribes speech into text using Gemini AI.
  3. Summarizes transcripts into Key Discussions and Action Items.
  4. Creates or updates a Google Doc with the formatted summary (title, bullets, checkmarks, styling).
  5. Sends final output to Docs with bold headings, bullets, and spacing for readability.

How to set up

  • Add your Google Drive Trigger to monitor a folder.
  • Connect Gemini AI to handle transcription + summarization.
  • Configure the Google Docs Tool to create/update your summary documents.
  • (Optional) Use the Code Node + Docs API to apply bullet/checkmark formatting.

Requirements

  • Google Drive OAuth2 – for monitoring & downloading files
  • Google Docs OAuth2 – for creating and updating documents
  • Google Gemini API – for transcription + AI-powered summarization

How to customize the workflow

  • Change the Google Drive folder to monitor a different workspace.
  • Edit the system prompt in the Summarizer to tweak summary style (e.g., more detail, decisions only, etc.).
  • Modify the Code Node formatting rules (bullets, checkmarks, bold text).
  • Add integrations (e.g., Slack, Email, Notion) to send summaries beyond Google Docs.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Crate a Summary Docs

Type / Role
n8n-nodes-base.googleDocsTool - googleDocsTool
Config choices
Version 2

Block 2 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 3 - Download that crated meeting file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - Transcribe that file into text

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 5 - Summerizer of that text

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 6 - Execute when new file created of meeting of audio/video

Type / Role
n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
Config choices
Version 1

Block 7 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 8 - Format Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Send Summary to created docs

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate meeting summaries with Google Drive, Gemini AI & Google Docs
Complexity intermediate
Nodes 12
Categories Content Creation, AI Summarization
Author Parth Pansuriya
Published 02 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8145/8145.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automate meeting summaries with Google Drive, Gemini AI & Google Docs do?

AI Meeting Summary Generator with Google Docs Integration Who’s it for Teams that record meetings and want fast, clear summaries without manual note taking. Managers who need action items extracted...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Content Creation, AI Summarization use case.