Automated Meeting Minutes from Audio using OpenAI Transcription and Google Docs — n8n ワークフロー

複雑度 トリガー5個のノード🏷️ Miscellaneous作成者:Yusei Miyakoshi

概要

Who’s it for

Teams and operators who record meetings/interviews and want fast, standardized, action-oriented minutes—without writing code. New n8n users welcome.

What it does / How it works

On form submission, the workflow ingests an audio file and basic metadata, transcribes the audio with OpenAI, summarizes it into concise minutes (key points, next actions with owner & due date, and counterpart concerns/requests), then creates a Google Doc (if missing) and appends the minutes. Sticky notes

使用ノード

Google DocsOpenAI

ワークフロープレビュー

Meeting Minutes Assistant — Overview
Form → Transcribe (OpenAI) → Summarize → Google Docs (C
Result: Clean minutes + Doc URL.
Setup: Connect OpenAI & Google (OAuth2). No hardcoded k
Meeting Intake (Trigger)
Purpose: Collect audio + meta.
Fields: Audio (m4a/mp3/wav), Manager, Partner, Situatio
Notes: Keep file <50MB; pass binary to next node; norma
Generate Meeting Minutes
Purpose: Summarize transcript → action-oriented minutes
Structure: Key Points / Next Actions (OWNER, DUE) / Con
Input: {{ $json.text }} + form fields. Keep ~300–600
Insert Minutes Content
Template: Timestamp + sections (Key Points / Next Actio
M
Meeting Intake
Generate Meeting Minutes
Create Minutes Doc
Insert Minutes Content
Transcribe recording
5 nodes4 edges

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 5 個のノードを流れます, connecting formtrigger, googledocs, openai。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (5)

GO

Google Docs

googleDocs

#1
OP

OpenAI

n8n-nodes-langchain.openAi

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした automated-meeting-minutes-from-audio-using-openai-transcription-and-google-docs ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Automated Meeting Minutes from Audio using OpenAI Transcription and Google Docs", "nodes": [...], ...}

インテグレーション

formtriggergoogledocsopenai

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード5
複雑度low
トリガーtrigger
カテゴリMiscellaneous

作成者

Yusei Miyakoshi

Yusei Miyakoshi

@yusei

タグ

formtriggergoogledocsopenai

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows