Use this robust n8n workflow to automate post-meeting processes. It triggers on Zoom summary emails, uses GPT-4o for structured summarization, sends follow-up emails, and archives notes neatly in Google Docs.
Download this n8n workflow template and start using it instantly.
Managing meeting follow-up, distributing key action items, and archiving notes in a standardized format can be time-consuming. This highly efficient n8n workflow solves this by leveraging powerful AI models to interpret and format unstructured meeting summaries received via email. The automation starts with a dedicated n8n trigger monitoring Gmail for Zoom assets. The core logic uses a specialized Langchain AI agent (powered by GPT-4o) to simultaneously extract critical data, generate an immediate HTML summary email, and prepare a dedicated plain-text version for permanent archival. By using multiple intelligent n8n node steps, the system ensures that information is standardized, shared instantly, and stored securely in Google Docs, making this one of the most useful n8n templates for enterprise productivity.
This comprehensive n8n workflow operates in a multi-stage process, ensuring accurate extraction, formatting, and distribution.
Gmail Trigger n8n trigger, which monitors for emails containing specific subject lines related to 'Zoom' or 'Meeting assets'. Once an email is found, a Gmail n8n node immediately marks the message as read.Markdown n8n node, making the raw text easier for the AI to ingest. A subsequent Set n8n node extracts critical metadata (subject, sender, date) and attaches it to the clean text payload.Generate Summary Langchain agent n8n node. This agent follows a strict system prompt to generate both an HTML email body and a plain-text Google Docs body from the raw meeting transcript. Crucially, the agent automatically calls the connected Send Email n8n node (a Langchain Tool), dispatching the fully formatted summary email to the recipients, saving a manual step.DocFormat OpenAI n8n node. This specialized formatter uses a precision system prompt (using a powerful LLM like GPT-4o) to sanitize the title for file safety and convert the plain text summary into a highly structured, Google Docs-compatible string embedded in a clean JSON object.Create a document using a Google Docs n8n node, followed immediately by an Update a document n8n node that inserts the structured, plain-text summary content into the newly created file.To deploy this n8n workflow template, follow these steps:
Gmail Trigger and the Send Email tool/node. Ensure it has permissions to read emails and send new messages.DocFormat n8n node and the Generate Summary n8n node. This flow is configured for high-capability models (like GPT-4o).Create a document and Update a document n8n node steps. This credential needs permission to create and modify documents in your Google Drive.Gmail Trigger filter (q parameter) to ensure it correctly targets the emails you wish to process (e.g., specific senders or subject lines). Gmail Trigger (n8n trigger): The entry point of this n8n workflow. It is set up to poll your inbox for emails containing "Meeting assets," "Zoom," or "Meeting Assets" in the subject line.
Mark a message as read (Gmail n8n node): Executed immediately after triggering to change the status of the processed email, preventing repeated execution of the n8n workflow.
Markdown (n8n node): Converts the complex HTML body of the inbound email into clean Markdown, streamlining the input for the subsequent AI step.
Generate Summary (Langchain Agent n8n node): The central processing hub. This advanced n8n node uses a specific system prompt to extract structured meeting data (Action Items, Key Discussion Points) and utilizes a connected Send Email tool to instantly dispatch the structured HTML summary.
DocFormat (OpenAI Chat n8n node): A dedicated formatting step. It takes the AI-generated summary text and uses a separate powerful LLM call to output a strict JSON object containing a sanitized document title and plain-text content suitable for Google Docs insertion.
Create a document (Google Docs n8n node): Uses the AI-sanitized title to establish a new document in the configured Google Drive folder.
DocFormat n8n node into the newly created Google Doc, completing the archival process.Use this advanced n8n workflow to automatically transform uploaded Excel or CSV data into structured, professional reports analyzed by Gemini AI and formatted in Google Docs. Explore complex n8n templates.

Automate professional proposal creation using this powerful n8n workflow. It combines an n8n trigger, OpenAI (GPT-4o), PDFmonkey for document generation, and Gmail for instant delivery. Download this reliable n8n template now.

Automate professional product ad generation using this advanced n8n workflow. Input an image and caption via Telegram, and Google Gemini AI returns a high-quality, commercial-grade advertisement.

Create professional product visuals and a complete marketing campaign strategy using this advanced n8n workflow. Integrates OpenAI GPT-4o for analysis and dynamic image generation.


I am on a journey to learn and spread the automations through n8n workflows.







































