Automated Meeting Minutes from Audio using OpenAI Transcription and Google Docs — Workflow n8n

Faible complexité Déclencheur5 nœuds🏷️ Miscellaneouspar Yusei Miyakoshi

Aperçu

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

Nœuds utilisés

Google DocsOpenAI

Aperçu du workflow

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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur déclencheur.

  2. 2

    Traitement

    Les données transitent par 5 nœuds, connecting formtrigger, googledocs, openai.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (5)

GO

Google Docs

googleDocs

#1
OP

OpenAI

n8n-nodes-langchain.openAi

#2

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier automated-meeting-minutes-from-audio-using-openai-transcription-and-google-docs téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

formtriggergoogledocsopenai

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds5
Complexitélow
Déclencheurtrigger
CatégorieMiscellaneous

Créé par

Yusei Miyakoshi

Yusei Miyakoshi

@yusei

Tags

formtriggergoogledocsopenai

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →

Related Miscellaneous Workflows