Skip to main content

Transform meeting notes into action items with Gemini & Google Workspace

Workflow preview

Workflow preview
100%
Transform meeting notes into action items with Gemini & Google Workspace preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. What Problem Does It Solve? Manual transcription and action planning from meeting notes is oft...

Best for

  • Project Management automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.splitout, n8n-nodes-base.googletasks, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Transform meeting notes into action items with Gemini & Google Workspace
Workflow name
Transform meeting notes into action items with Gemini & Google Workspace

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

❓ What Problem Does It Solve?

Manual transcription and action planning from meeting notes is often error-prone, time-consuming, and inconsistent. Important tasks, decisions, or deadlines can be overlooked or delayed. This workflow solves these pain points by automatically analyzing notes using AI and turning them into actionable, structured data. It drastically reduces follow-up delays, miscommunications, and administrative effort, letting teams focus on execution instead.

💡 Why Use Google Meet Automation?

  • Save Hours of Manual Work: Automatically transform raw meeting notes into structured tasks and emails without lifting a finger.
  • Ensure Accurate Follow-up: Never miss important action items or decisions buried in text; everything is extracted and assigned clearly.
  • Improve Team Collaboration: Instantly distribute meeting summaries and next steps to attendees, keeping everyone aligned.
  • Leverage Advanced AI: Utilize Google Gemini’s powerful natural language processing tailored specifically for meetings.
  • Fully End-to-End Automated: From receiving notes to task creation and email dispatch — your post-meeting workflow is completely hands-free.

⚡ Who Is This For?

  • Project Managers: Streamline task delegation and keep project timelines on track.
  • Team Leads: Quickly communicate key takeaways and follow-ups to team members.
  • Sales and Account Teams: Document client meetings efficiently and automate follow-up outreach.
  • Remote Teams: Ensure clarity and continuity after virtual meetings.
  • Executives: Get concise summaries and important decision logs automatically.

🔧 What This Workflow Does

  • Trigger: Activated via a POST webhook receiving meeting notes, title, attendees, date, and duration.
  • 📎 Step 2: Validates inputs; if missing required fields, sends an error response.
  • 🔍 Step 3: Extracts and formats meeting data into structured variables for processing.
  • 🤖 Step 4: Sends meeting notes to Google Gemini AI for advanced analysis to identify action items, decisions, summaries, follow-ups, and dates.
  • 💌 Step 5: Splits AI responses to create Google Tasks from action items and send personalized follow-up emails via Gmail.
  • 🗂 Step 6: Generates a Google Docs meeting summary document and finally returns a success response with all processed results.

🔐 Setup Instructions

  1. Import the provided Google Meet Automation.json file into your n8n instance. use Payload example

  2. Set up credentials for:

    • Google OAuth2 API (Google Tasks, Google Docs)
    • Gmail OAuth2 API for sending emails
    • Google Palm API (for Google Gemini AI access)
  3. Customize workflow parameters:

    • Webhook URL and access permissions
    • Google Tasks project or folders if applicable
    • Email templates if desired (subject line, branding)
  4. Update any API endpoints or credential references to match your account setup.

  5. Thoroughly test with sample meeting note payloads to ensure smooth execution.

🧩 Pre-Requirements

  • Active n8n instance (Cloud or Self-hosted)

  • Google Cloud Platform project with:

    • Google Tasks API enabled
    • Google Docs API enabled
    • Gmail API enabled
    • Google Palm API access (Google Gemini AI)
  • Valid OAuth2 credentials configured in n8n for above services

  • API quota and permissions for sending emails, creating docs, and tasks

🛠️ Customize It Further

  • Integrate with calendar apps (Google Calendar, Outlook) to auto-schedule next meetings.
  • Add Slack or Microsoft Teams notifications for real-time alerts.
  • Extend AI prompt for deeper insights like sentiment analysis or risk flags.
  • Customize email templates with branding, signatures, or attachments.
  • Connect task outputs with project management tools like Asana, Trello, or Jira.

📞 Support

Made by: khaisa Studio Tag: automation, google meet, meeting notes, AI, google tasks, gmail, google docs Category: Productivity Need a custom? Contact Us

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 - Webhook Trigger

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

Block 2 - Error Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 3 - Extract Meeting Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Google Gemini AI

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

Block 5 - AI Meeting Processor

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 6 - Split Action Items

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

Block 7 - Create Google Tasks

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

Block 8 - Split Follow-up Emails

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

Block 9 - Send Follow-up Emails

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 10 - Create Meeting Summary Document

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

Block 11 - Success Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 12 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 13 - Structured Output Parser

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

Block 14 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

3. Summary Table

Workflow Transform meeting notes into action items with Gemini & Google Workspace
Complexity intermediate
Nodes 14
Categories Project Management, AI Summarization
Author Khaisa Studio
Published 12 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5904/5904.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 Transform meeting notes into action items with Gemini & Google Workspace do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. What Problem Does It Solve? Manual transcription and action planning from meeting notes is oft...

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 Project Management, AI Summarization use case.