Free, no opt-in — the n8n template is attached below. WHAT IT DOES Send a meeting transcript → 30 seconds later you get a clean summary: decisions made, action items (with owners), and open questions. No more "wait, what did we agree on?" FLOW Transcript (webhook) → AI (OpenAI) → structured summary emailed to you. SETUP — 15 min · Medium · tools: n8n + an OpenAI API key + your email (SMTP) 1) Download the .json below and import it into n8n (menu ··· → Import from file). 2) Add your OpenAI key: the API node → Credentials → Header Auth: name "Authorization", value "Bearer YOUR_KEY". Cost is tiny (~$0.01 per meeting with gpt-4o-mini). 3) Set up your SMTP so the summary lands in your inbox. 4) Feed it a transcript: POST { "transcript": "..." } to the webhook, or hook it to a Tally form, or paste exports from Meet/Zoom. 5) Activate. TEST Send any transcript → you get a faithful summary with decisions, actions and open points (no invented facts). Steal it, deploy it, stop taking manual notes. Want 24 more free automations? They're all in the Classroom. Deploy, don't study. 👇