🔬 Create project summaries from meeting transcripts with GPT-4 and Google Docs

703 views · 🔬 Document Extraction & Analysis

Description

🧾 Generate Project Summary from meeting transcript

Who’s it for 🤝

How it works / What it does ⚙️

  1. Trigger: Manual or webhook trigger kicks off the workflow.
  2. Get meeting transcript: Reads the raw transcript from a specified Google Docs file.
  3. Generate summary: Sends transcript + instructions to OpenAI (gpt-4.1-mini) to produce a structured project summary.
  4. Convert to HTML: Transforms the LLM-generated Markdown into styled HTML.
  5. Prepare request: Wraps HTML and metadata into a multipart request body.
  6. Create Google Doc: Uploads the new “Project Summary” document into your Drive folder.

How to set up 🛠️

  1. Credentials
    • Google Docs & Drive OAuth2 credentials
    • OpenAI API key (gpt-4.1-mini)
  2. Nodes configuration
    • Manual Trigger / webhook node
    • Google Docs “Get meeting transcript” node: set documentURL
    • AI Chat Model node: select gpt-4.1-mini
    • Markdown node: enable tables & emoji
    • Google Drive “CreateGoogleDoc” node: set target folder ID
  3. Paste in your IDs
    • Update documentURL to your transcript doc
    • Update google_drive_folder_id in the Set node
  4. Execute
    • Click “Execute Workflow” or call via webhook

Requirements 📋

How to customize

🔗 Nodes Used

HTTP Request, Google Docs, Markdown, Basic LLM Chain, OpenAI Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup