Recap to Slack: Claude + Make

What this does: drop a transcript in a Drive folder and Claude posts a clean recap to your team’s Slack channel, so people who missed it stay current.

Time to set up: about 20 minutes once. After that every meeting recaps itself into Slack.

What you need: a Make account (free tier is fine), a Claude API key, a Google account, and a Slack workspace.

Skip if: your team does not live in Slack, in which case the email or Notion version fits better.

Want a working AI workflow in your inbox each morning? Join the free daily Beginners in AI newsletter.

A remote team spans three time zones, so half of them are asleep during any given meeting. The recap that would keep the sleepers in the loop depends on someone writing it up after a long call, which is exactly when nobody wants to. So the async half drifts out of sync, one missed meeting at a time.

This build keeps everyone current. Drop the transcript into a Drive folder, and Claude writes a clean recap, and Make posts it to the team’s Slack channel. The people who were asleep wake up to the decisions and the action items, without anyone staying late to type them.

We wire it in Make, the last build in our meeting notes set. Same recap shape as the email and Notion versions, pointed at Slack, because async teams live in their channels.

What does this workflow actually do?

In one line: a transcript becomes a Slack post. Make watches a Drive folder, reads the transcript, has Claude write a recap, and posts it to a Slack channel. The meeting reaches the whole team, including whoever could not attend, in the place they already check.

A few real cases, none of them the usual ones:

  • The remote team above, the sleeping time zone waking up to the recap.
  • A volunteer organization recapping calls to its Slack so busy members stay in the loop.
  • A dev team posting sprint-planning recaps to the engineering channel.
  • A sales team posting deal-review recaps to a shared channel.

The meeting happens once; the people who missed it are the ones who need the recap most. Getting it to them reliably is the chore that slips. An automation never forgets.

Why use Make if Claude can already summarize?

Reasonable question. Claude writes the recap. It is not built to watch a Drive folder, read the transcript, and post to Slack on its own. That is plumbing, and Make does plumbing.

Make handles the no-judgment steps: catching the transcript, reading it, posting to the channel, running unattended. Claude handles the one step that needs language, the recap. Make is the announcer; Claude is the writer. Together the team gets the recap minutes after the meeting, no matter who was awake for it.

What do you need before you start?

  • A Make account. The free 1,000 operations a month covers a busy meeting schedule.
  • A Claude API key from the console, not the chat app. See how to use Claude.
  • A Google account with a Drive folder of transcripts.
  • A Slack workspace and a channel to post into, with permission for the connection to post.

Two Make words. A scenario is the whole transcript-to-Slack automation. A module is one box. Four boxes, because reading the document is its own step.

How does the workflow work, step by step?

Four modules, left to right:

ModuleAppWhat it does
1. TriggerGoogle DriveFires when a transcript lands in the folder
2. ReadGoogle DocsPulls the transcript text out
3. BrainClaudeWrites a clean, channel-friendly recap
4. OutputSlackPosts the recap to the channel
Make scenario: Google Drive to Google Docs to Claude to Slack, four connected modules
The finished scenario in Make: a Drive trigger, a Docs read, a Claude recap, and a Slack post, four modules wired left to right.

Step 1: Watch a transcripts folder

Create a scenario and add Google Drive, Watch Files in a Folder, connect your account, and pick the transcripts folder. This trigger fires on each new transcript.

Step 2: Read the transcript

Add Google Docs, Get Content of a Document and map the file from Step 1, which pulls the text out for Claude.

Step 3: Let Claude write the recap

Add a Claude module, Create a Prompt, paste your key, pick Sonnet. Keep it short for a channel:

Write a short Slack recap of this meeting.
Transcript: {{content from Step 2}}

A 2-sentence summary, then *Decisions* and *Action items* as short
bulleted lists with owners. Keep it tight for a channel. Facts
exact, invent nothing.

Slack rewards brevity, so ask for a tight recap, not a full memo; people skim channels.

Step 4: Post it to Slack

Add Slack, Send a Message, connect Slack, pick the channel, and map Claude’s recap into the message. Now every meeting posts its own recap where the team already is.

How do you run it and check the result?

Click Run once on a test transcript. When I tested this, the recap posted to Slack cleanly, and the tweak that mattered was telling Claude to keep it tight, because a wall of text dies in a channel. Tune the prompt, then turn the scenario on so meetings recap themselves into Slack.

After that, the async half of the team stops drifting. Every meeting lands in the channel as a short, skimmable recap, and being asleep for it stops meaning being out of the loop.

What does this cost to run?

PieceFree tierIf you outgrow it
Make1,000 operations/month freeCore plan from about $9/month
Claude APIPay per useA recap on Sonnet costs a fraction of a cent
Google Drive + DocsFreeFree
SlackFree plan worksPaid from about $7/user/month

Each meeting is four Make operations and a sliver of Claude. A full calendar sits inside the free plan. More on tiers in our Make guide.

What can go wrong, and how do you avoid it?

  • The recap is too long for a channel. Ask Claude to keep it tight; channels reward brevity.
  • It posts to the wrong channel. Set the channel carefully in the Slack step.
  • It invents content. Keep the no-invention rule so the recap matches the meeting.
  • Slack rejects the post. Check the connection has permission to post in that channel.

The same recap-to-channel shape runs many jobs. See Make AI scenarios.

How do you build this in Zapier or n8n instead?

The four jobs do not change, only the names do.

JobMakeZapiern8n
Catch a transcriptWatch Files in a FolderNew File in Folder triggerGoogle Drive Trigger node
Read itGet Content of a DocumentGet Document actionGoogle Docs node
Write the recapClaude moduleClaude (Anthropic) actionAnthropic node
Post to SlackSend a MessageSlack Send Channel MessageSlack node

Make and Zapier are easiest to start. Zapier vs Make vs n8n compares all three.

Want the ready-made template?

The steps above build it from scratch. If you would rather skip the setup, the importable Make blueprint is yours free: subscribe to the daily newsletter and the download is waiting on the thank-you page, next to our Special Reports. Import it, connect your own accounts, and you are running in minutes.

Subscribe free and grab the template →

Want it set up with you, live?

Book a 1-on-1 Live Claude AI Crash Course and we build your first automation together, screen to screen.

Book the 1-on-1 ($75) →

Want better prompts for it?

The AI Prompt Library includes recap and channel-summary prompts you can paste into Step 3.

Get the Prompt Library ($39) →

Keep the whole team in the loop, async

Free daily newsletter. Built for people who want to use AI well, not chase every model.

Free forever. Unsubscribe anytime.

Common questions

Can it post to Microsoft Teams instead?

Yes. Swap the Slack module for a Teams module; the Drive, Docs, and Claude steps do not change.

Can it tag people for their action items?

With a bit more setup, yes, by mapping owners to Slack mentions. Start with a plain recap, then add mentions.

What if I want it in a thread, not the channel?

Slack modules can post to a thread if you provide the thread reference. The simple version posts to the channel.

Does it keep the transcript?

Yes. The transcript stays in Drive; Slack gets the short recap built from it.

Is the chat app the same as the API?

Same models, different door. Make needs an API key from the console, not the chat login.

Primary sources

Last reviewed: May 2026. Make, Claude, Google, and Slack update their interfaces; check the official pages for exact button names.

You may also like

Two ways to go further

The AI Prompt Library

1,000+ ready-to-use prompts for Claude, ChatGPT, and Gemini. Stop staring at a blank box.

Get it for $39 →

2-Hour Live AI Crash Course

A private, beginner-friendly session across Claude, ChatGPT, Gemini, and the wider landscape.

Book for $125 →

Discover more from Beginners in AI

Subscribe now to keep reading and get access to the full archive.

Continue reading