← Back to Blog
Automation⏱️ 9 min readJune 17, 2026

Build an AI Meeting Summarizer Workflow: Save Hours Every Week

The average knowledge worker spends 10+ hours per week in meetings and leaves most of them with vague notes and no clear action items. An AI meeting summarizer workflow fixes that — automatically converting raw transcripts or rough notes into structured summaries, decision logs, and follow-up tasks within minutes of a call ending. This guide walks through the exact prompts and automation setup to make it happen.

Step 1: Get Your Transcript

You need a raw transcript to work with. There are three common ways to get one:

Option A — Fireflies.ai or Otter.ai: These tools auto-join your Zoom, Google Meet, or Teams calls and produce a timestamped transcript. Free tiers cover most individual use cases. Export the transcript as plain text.

Option B — Zoom built-in transcription: Zoom Pro and above includes AI-generated transcripts. Go to the recording page, download the VTT file, and strip the timestamps with a simple find-and-replace.

Option C — Manual notes: If you do not record calls, even rough bullet-point notes work. The AI will still produce something far more useful than what you wrote in the moment. Give it the messiest notes you have — it handles unstructured input well.

Step 2: The Core Summarizer Prompt

Once you have a transcript, paste it into Claude or ChatGPT with this prompt:

You are an expert at extracting signal from meeting transcripts.
Read the transcript below and produce:

1. TL;DR (2–3 sentences): What was this meeting about and what was decided?
2. Key Decisions (bullet list): Only firm decisions, not discussion points.
3. Action Items (table): | Owner | Task | Due Date |
4. Open Questions (bullet list): Unresolved issues needing follow-up.
5. Next Meeting (1 line): Recommended agenda for the follow-up, if applicable.

Be specific. Use names from the transcript for owners.
Do not include filler or restate the discussion — only outcomes.

Transcript:
[paste transcript here]
Screenshot of an AI chat interface showing the meeting summarizer prompt and its structured output.

Example of the AI summarizer prompt in action, generating structured output.

This prompt reliably produces a summary you can send directly to attendees without editing. The key instruction is "do not restate the discussion" — without it, AI models tend to narrate what was said rather than extract what matters. The table format for action items also forces clarity: if an owner or due date is missing, that ambiguity becomes visible in the output rather than buried in prose.

Step 3: Automate the Routing with Make.com

Running the prompt manually works, but the real leverage comes from automating the entire pipeline. With Make.com, you can build a workflow that runs end-to-end — transcript comes in, summary goes out, tasks get created — without touching anything yourself. For more on building Make.com automations from scratch, see our guide on how to automate tasks with Make.

Here is the full workflow architecture:

Trigger: New recording in Google Drive folder (or Fireflies webhook)
  ↓
Step 1: Download transcript file
  ↓
Step 2: HTTP module → Claude or OpenAI API with summarizer prompt
  ↓
Step 3: Parse structured output (TL;DR, decisions, action items)
  ↓
Step 4a: Send summary email to attendees via Gmail
Step 4b: Create tasks in Notion / Asana / ClickUp
Step 4c: Log the summary to a Notion meeting archive database
Screenshot of a Make.com scenario illustrating the automated meeting summarizer workflow.

A visual representation of the Make.com automation flow for meeting summarization.

Setting this up in Make.com takes about 45 minutes the first time. Make has pre-built modules for Google Drive, Gmail, Notion, Asana, OpenAI, and dozens of other tools, so most of this is drag-and-drop configuration rather than code. Once it is running, every recorded meeting automatically produces a summary email and action items with no manual work.

Step 4: Specialized Prompts by Meeting Type

The generic summarizer works well, but you get better results by tailoring the prompt to the meeting type:

For client calls: Add "Extract any commitments made by our team and flag any scope changes or new requests from the client." This keeps your CRM notes accurate and surfaces scope creep early — two things that would otherwise require reviewing the full transcript.

For 1:1s: Add "Identify any blockers the person mentioned, career development topics raised, and any feedback given or received." This makes 1:1 notes genuinely useful for quarterly reviews rather than just a log of what you talked about.

For brainstorming sessions: Add "List all distinct ideas mentioned, grouped by theme, regardless of whether they were endorsed or rejected." Brainstorms lose 60% of their ideas within a day without this — the AI captures the ones that felt minor in the moment but turn out to matter later.

For board or exec reviews: Add "Focus on strategic decisions, deferred items, and any metrics or targets mentioned. Omit operational detail." Executive summaries should be a third the length of regular meeting summaries.

Step 5: Build a Searchable Meeting Archive

The compounding value of this workflow comes over time. If every meeting summary lands in a structured Notion database, you can search across months of meetings to answer questions like "what did we decide about the pricing model in Q1?" or "who owns the API integration task from the March kickoff?" without reviewing a single calendar event.

Set up your Notion database with these fields: Meeting Name, Date, Attendees (multi-select), Decisions (text), Action Items (linked to your tasks database), and Status (Open / Archived). Use the Make.com automation to populate these fields automatically from the AI output. Within a month, you will have a searchable institutional memory that earns its keep daily. Pair this with the Notion AI workflow patterns for even more leverage from the same database.

Screenshot of a Notion database structured for archiving meeting summaries and action items.

A Notion database template for organizing and searching meeting summaries.

Step 6: Quality-Check Your AI Summaries

AI meeting summarizers are excellent but not infallible. Three failure modes to watch for:

  • Attribution errors: The AI assigns a task to the wrong person, especially when multiple people are speaking about the same topic. Review the Owner column before sending the summary.
  • Missing nuance: A decision that was made tentatively may appear in the summary as firm. Add "Flag any decisions that seemed tentative or conditional" to your prompt if this is a problem.
  • Hallucinated due dates: If a specific date was not mentioned, the AI sometimes invents a reasonable-sounding one. Instruct it to write "TBD" rather than guessing.

A 30-second scan of the action items table before sending the email catches 95% of these issues. The remaining time investment is still a fraction of writing the summary manually.

Recommended Tools for This Workflow

Here are the tools that work best together for a complete meeting summarizer pipeline:

  • Make.com — no-code automation to connect your transcript source, AI model, and task manager
  • Notion — meeting archive database and task tracking
  • Claude or ChatGPT — the AI core of the summarizer; both work equally well with the prompts above
  • Fireflies.ai or Otter.ai — automatic transcript generation for all your calls

For a broader look at how to tie these tools together across your whole workflow, check out our guide to automating content workflows with AI — many of the same Make.com patterns apply.

💡 Want to automate this entire pipeline without writing a single line of code? Make.com connects your transcript source, AI model, email, and task manager into a single workflow in under an hour. Browse the full AI toolkit →

#meetings#automation#ai-tools#make-com#productivity#workflows

📧 Get AI workflow tips weekly

Practical prompts and automation ideas — no fluff.