When a Zoom meeting ends, the agent summarizes the transcript into decisions and action items, saves them to Google Docs.
Verified 2026-07-07
Founder-ExecOps-IT
What it does
You get automatically generated meeting summaries that extract key decisions and action items from your Zoom recordings. These organized notes are saved directly to Google Docs while a quick summary with a link is instantly posted to your designated Slack channel.
⚠ Transcripts often contain filler words and overlapping speech so you should implement basic text cleaning before sending to the LLM to reduce token costs and noise.
⚠ Zoom API rate limits can block large transcript fetches, add exponential backoff logic to handle retry scenarios gracefully.
⚠ Google Docs API requires specific OAuth scopes that must be pre-approved by your organization's admin or you will get permission denied errors.
⚠ Slack message formatting breaks if the summary contains unescaped special characters so ensure proper HTML or markdown escaping before posting.
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.