Automate post-meeting tasks using this n8n workflow. It uses Google Gemini AI to analyze meeting notes, extract action items for Google Tasks, send follow-up emails via Gmail, and generate a summary document. Get these powerful n8n templates today.
Download this n8n workflow template and start using it instantly.
Markdown-formatted string:
Project Managers and Team Leads who need to quickly distribute action items after meetings.
Automation Specialists looking for advanced examples of using the Google Gemini n8n node with structured output parsing.
Users aiming to integrate AI capabilities directly into their Google Workspace productivity stack using a robust n8n automation.
Anyone seeking efficient n8n templates for transforming unstructured text into actionable data.
The manual process of converting raw meeting notes into structured data—like action items, assigned tasks, and follow-up emails—is time-consuming and prone to errors. This powerful n8n workflow solves this by utilizing a webhook n8n trigger to ingest meeting data, then immediately passing it to Google Gemini for sophisticated analysis.
By enforcing a strict JSON output schema using a specialized n8n node, the AI accurately returns lists of actionable tasks and necessary communication points. The remainder of the n8n workflow handles the automatic distribution: tasks are created in Google Tasks, professional follow-up emails are sent via Gmail, and a summary document is generated in Google Docs. This complete n8n solution ensures no action item is missed, dramatically increasing post-meeting productivity.
This automation begins with a dedicated Webhook Trigger n8n node, configured to listen for POST requests containing meeting details (notes and title).
meetingNotes and meetingTitle) are present. If missing, an error response is sent back.Markdown-formatted string:
Markdown-formatted string:
Webhook Trigger (n8n trigger):
Function: Starts the n8n workflow upon receiving a POST request.
Key Configuration: Path is set to /google-meet-automation. This is the primary entry point for this specific n8n workflow.
If (n8n node):
Function: Validates the input, ensuring both meetingTitle and meetingNotes exist before proceeding to AI processing.
Extract Meeting Data (Set n8n node):
Function: Extracts and structures key input parameters from the webhook body, applying defaults if fields like meetingDate or attendees are missing, preparing them for the next n8n node.
AI Meeting Processor (LLM Chain n8n node):
Function: The central intelligence of the n8n workflow. It uses a verbose prompt instructing the connected Google Gemini model to analyze the notes and extract specific structured information (tasks, decisions, emails).
Key Configuration: Uses a complex prompt referencing input data (title, notes, attendees) and strictly demands valid JSON output.
Structured Output Parser (n8n node):
Function: Enforces a specific JSON schema on the AI output, guaranteeing the subsequent n8n nodes receive data in the expected format for splitting and processing.
Split Action Items (n8n node):
Function: Takes the actionitems array from the AI output and converts each item into a separate input for the next n8n node.
Create Google Tasks (Google Tasks n8n node):
Function: Creates a new task in the specified Google Tasks list for every action item split out, dynamically using the assignee and due date generated by the AI.
Send Follow-up Emails (Gmail n8n node):
Function: Sends personalized follow-up emails, using an HTML template, drawing subject, content, and recipient from the AI-generated followup_emails array. This is a crucial communication n8n node.
Create Meeting Summary Document (Google Docs n8n node):
Function: Automatically creates a new Google Docs document titled with the meeting subject and date, providing centralized documentation for the n8n workflow's activity.
Automate complex data transformation using this n8n workflow. Convert raw Markdown files into structured Notion blocks using a custom Code n8n node for seamless publishing.

Automate content repurposing using an advanced n8n workflow. Generate multiple social snippets with GPT-4o-mini from Airtable content, manage status updates, and auto-publish to Facebook/Meta and Slack.

Convert long videos into viral social media shorts automatically using n8n, OpenAI Whisper, and Google Gemini. This powerful n8n workflow handles transcription, clip selection, cutting, and scheduled posting to TikTok, Instagram, and YouTube.

Use this powerful n8n workflow to automate post-meeting processes. Leverage GPT-4o to extract structured data, create Asana tasks, and notify your team via Slack instantly.

A comprehensive n8n workflow template to automatically create personalized sales presentations from meeting transcripts using Google Slides, AI Agents (OpenAI/Gemini), and Google Sheets for tracking.

Deploy this powerful n8n workflow to automatically turn meeting transcripts into professional, branded LinkedIn posts using advanced AI. Save hours of manual effort with this essential n8n template for content creators.








































