CHATBOTS
Slack Q&A Bot Backed by Zoom Meeting Transcripts
After a Zoom meeting recording finishes processing, indexes its transcript so attendees can ask the bot questions in Slack and get answers grounded only in what was actually said.
How it runs
The automated pipeline, trigger to output.
- TriggerZoom recording completed webhookZoom
- ActionFetch and chunk meeting transcriptZoom
- ActionEmbed transcript chunks with OpenAIOpenAI
- TriggerSlack mention asks the bot a questionSlack
- LogicRetrieve relevant chunks; refuse if transcript lacks the answer
- ActionGenerate grounded answer with OpenAIOpenAI
- OutputReply in Slack thread with quote and timestampSlack
What it does
Turns every recorded Zoom meeting into a searchable knowledge source inside Slack. When someone asks the bot a question in a channel or thread, it retrieves the relevant passages from the meeting transcript and answers using only that source material, with a quote and timestamp so people can verify.
When to use it
When attendees and people who missed a meeting keep asking 'what did we decide about X?' or 'who owned that action item?' and you want answers without anyone rewatching the recording. Best for recurring team syncs, customer calls, and all-hands where the transcript is the system of record.
How it works
- 1Zoom fires the recording-completed webhook once the cloud recording and transcript are ready.
- 2The flow pulls the VTT transcript from Zoom and splits it into timestamped chunks.
- 3OpenAI embeds the chunks; they are stored for retrieval keyed to the meeting.
- 4A Slack message mentioning the bot triggers a question lookup.
- 5The bot retrieves the closest transcript chunks and asks OpenAI to answer strictly from them, refusing if the transcript doesn't cover it.
- 6The answer posts back in-thread with a supporting quote and timestamp.
Set it up
What you configure once, before turning it on.
- 1Connect ZoomMeetings, recordings, transcripts.
- 2Connect OpenAIModels, embeddings, files.
- 3Connect SlackChannels, DMs, threads, mentions.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Chatbots workflows
Discord FAQ Free-Text Answer Grader
When a member submits a free-text answer in their onboarding thread, an agent grades it against the canonical FAQ knowledge base, replies with targeted feedback.
Discord intro-gated role granting concierge
Watches your #introductions channel, uses AI to confirm a new member's intro is genuine and complete, then auto-assigns the verified Member role and welcomes them.
Intercom-to-HubSpot Sync When an Activation Call Is Booked
When a Zoom activation call gets booked from an Intercom chat, enriches the lead in HubSpot, logs the meeting, and posts an AI-written prep brief to the assigned rep in Slack.
Discord FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
Discord verify-button onboarding via web form webhook
Receives a completed external verification form by webhook, matches it to the Discord account, grants the verified role, and confirms back to the member in Discord.
Discord Onboarding Completion to CRM Sync
The moment a member finishes Discord onboarding, captures their submitted profile answers, creates or updates a contact in HubSpot.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
