← Back to directory
Personal Productivity Quick to set up AI workflow Repurpose/Transform

Structure Meeting Notes-mini

Source reviewed Updated 2026-07-07

Submit raw meeting notes via a web form to get a structured 6-section document saved automatically to your Google Drive.

founders and execsfreelancers and consultants

What it does

Submit raw meeting notes via our web form to instantly receive a clean, six-section document saved directly to your Google Drive. The process automatically organizes your content into a consistent format with a file name based on client details, ensuring every section is complete even if some data was missing.

Step by step

  1. Configure the web form trigger to capture raw text input and client metadata fields.
  2. Set up environment variables for the OpenAI API key and target Google Drive folder ID.
  3. Define the JSON schema with six required sections and default fallback strings for missing data.

Where the LLM does the work

  • Prompt GPT-4o-mini to interpret unstructured meeting notes into the defined six-section format.
  • Instruct the model to generate a concise, professional file name based on client details and date.
  • Allow the LLM to summarize key action items if the raw input lacks explicit task assignments.

Watch out for

Google Drive API permissions can fail silently if the service account lacks write access so verify folder ownership explicitly.
Long meeting transcripts might exceed context limits so implement a chunking strategy or summary pre-processing step.
Special characters in client names can break file paths so sanitize inputs before appending to the filename string.

Tools that fit

n8n Service Workflow orchestration platform
OpenAI Chat Model LLM Structuring raw notes into sections
Google Drive Service Saving the structured document

The agent brief

Everything your agent needs, including the gotchas. Copy it and go.
agent-brief.md
You are helping me build the following AI agent workflow.

## Goal
Structure Meeting Notes-mini: Submit raw meeting notes via a web form to get a structured 6-section document saved automatically to your Google Drive.

## Specification
- What it does: Submit raw meeting notes via our web form to instantly receive a clean, six-section document saved directly to your Google Drive. The process automatically organizes your content into a consistent format with a file name based on client details, ensuring every section is complete even if some data was missing.
- Trigger: Run manually (Manual · on form submission)
- Autonomy: Fully hands-off
- Expected setup effort: under an hour
- Tools/services involved:
  - n8n: Workflow orchestration platform
  - OpenAI Chat Model: Structuring raw notes into sections
  - Google Drive: Saving the structured document

## Known pitfalls, handle each one explicitly in your implementation
1. Google Drive API permissions can fail silently if the service account lacks write access so verify folder ownership explicitly.
2. Long meeting transcripts might exceed context limits so implement a chunking strategy or summary pre-processing step.
3. Special characters in client names can break file paths so sanitize inputs before appending to the filename string.

## Reference implementation
https://n8n.io/workflows/14895 (workflow template)
Fetch and inspect this before building. If it matches my stack, adapt it;
if not, rebuild the pattern with my tools.

## Process requirements
1. Before building: ask me which of the listed tools I actually use and
   what my platform is (n8n / Make / code / other). Do not assume.
2. Adapt the pattern to my answers; do not force the reference stack.
3. Address every pitfall above; tell me how you handled each.
4. Provide a test plan I can run before letting this touch real data.
5. Ask before any step that sends messages, modifies data, or spends money.

Source: https://usecasesforagents.com/use-case/structure-meeting-notes-with-gpt-4o-mini/ via usecasesforagents.com

Frequently asked questions

Can I use a different Automation Platform than n8n?

Yes. n8n is only the example automation platform in this recipe. The same flow works with Home Assistant. Swap the automation platform connection and keep the rest of the setup as written.

Want this running in your business?

This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.
Get in touch →

Who it's for

Built for founders and execs who need personal productivity handled without hiring for it.

Freelancers and consultants can run this per-client with no changes beyond the source data.

Seen in the wild

← Back to directory