Skip to content
Use case· 4 steps

How do I get AI-generated summaries of every Zoom call?

When a Zoom recording finishes, Whisper transcribes the audio, Claude summarizes with sections (decisions, action items, open questions), and the summary lands in the meeting's Notion page + emails to attendees.

How it works

Set up "Auto-summarize every Zoom meeting with AI" in 4 steps

  1. 1
    Trigger on recording
    Zoom Recording Completed.
  2. 2
    Transcribe
    OpenAI Whisper transcribes audio (handles up to 25 MB at a time).
  3. 3
    AI summarize
    Claude/OpenAI generates 3-section summary: Decisions, Action Items, Open Questions.
  4. 4
    Deliver
    Notion Append Block to meeting page + Gmail Send Email to attendees.
FAQ

Common questions about this recipe

What about sensitive meetings?
Use AI redaction step before saving — strip credit cards, SSNs, sensitive customer data. Or skip the workflow for tagged-confidential meetings.