<- all tokdocs

Turn a Slack Voice Note Into a Week of Social Media Posts With This Make.com Automation

Watch on TikTok

View on TikTok ->

Stephen Pope walks through a complete content automation pipeline that starts with a single Slack voice memo and ends with scheduled posts going live on LinkedIn and X. The entire system runs on Make.com (formerly Integromat), Airtable, ChatGPT Whisper, and Placid, and it requires zero manual posting once you approve the drafts. For solo founders or small teams who know they should be posting but never find the time, this is one of the more practical setups you can build in an afternoon.

How the Pipeline Works

The automation triggers when you record a voice note in Slack. That is the only manual input. Make.com picks up the audio file, downloads it, and sends it to OpenAI's Whisper API for transcription. The raw transcript then gets stored in Airtable as your source record.

From there, the workflow branches. One path sends the transcript to ChatGPT to generate a LinkedIn post. Another path sends it to ChatGPT to generate multiple tweets from the same source material. Each piece of generated content gets its own row in Airtable, tagged with the target platform and a status of "AI" so you know it has not been reviewed yet.

The visual frames from the video confirm this is built as a Make.com scenario with clearly labeled nodes: Slack trigger, Whisper transcription, Airtable record creation, a Router module that splits the flow, and multiple ChatGPT completion steps for each platform.

Image Generation With Placid

The tweets do not just go out as plain text. The automation sends each tweet to Placid, a template-based image generation tool, to create styled "tweet pic" graphics. These are the kind of quote-card images you see performing well on X and LinkedIn, where the text itself is the visual. Each generated image gets attached to its corresponding Airtable record automatically.

This is a smart addition. Text-only tweets get scrolled past. A well-designed image with a strong line of copy stops the thumb. Placid handles this without needing a designer in the loop.

The Airtable Content Hub

Airtable serves as the central content management system for the entire workflow. Every generated post lands in a single table with columns for the content body, attached media, target platform (LinkedIn or X), and a status field. The frames show rows of content with media thumbnails, platform tags, and status indicators.

The review step is simple: open a record, read the AI-generated draft, make any edits you want, and change the status to "Approved." You are never forced to publish something you have not looked at. This is a meaningful design choice, because fully autonomous posting with no human review is how people end up with embarrassing AI-generated content on their profiles.

Scheduled Publishing

A separate Make.com automation handles the publishing side. It runs on a schedule (the video shows "Every 1 day at 6:30am PDT"), queries Airtable for records where the status is "Approved," and posts them one at a time to the appropriate platform. You do not need to set a specific publish date or time for each post. The system pulls from the queue and publishes at the cadence you configure.

This separation between content generation and content publishing is important. It means you can batch-record five voice notes on Monday, review the AI drafts on Tuesday, and have content going out automatically for the rest of the week.

Why Voice-First Input Matters

The strongest point Pope makes comes at the end: this system uses your actual voice, your ideas, and your perspective rather than scraping or repurposing content from somewhere else. The AI is reformatting and adapting your raw thoughts for different platforms, not inventing content from a generic prompt.

This matters because the content that performs on LinkedIn and X in 2026 is content that sounds like a real person with a real opinion. Starting from voice capture means the output naturally carries your tone and your specific experiences, which is something a "generate me 10 LinkedIn posts about productivity" prompt will never replicate.

Key Takeaways

  • One voice note in Slack generates multiple posts across LinkedIn and X, including styled images, with no manual formatting
  • Airtable acts as the content hub where every AI-generated draft can be reviewed and edited before it goes live
  • Placid generates quote-card images from tweet text automatically, removing the need for a designer
  • Scheduled publishing runs independently from content creation, so you can batch your input and let the queue handle distribution
  • Voice-first input preserves your authentic perspective, which is the hardest thing to replicate with generic AI prompts
  • The full stack (Make.com, Airtable, Whisper, ChatGPT, Placid) is all no-code and can be assembled by a non-developer

Resources

  • Make.com - The automation platform that orchestrates the entire workflow
  • Placid - Template-based image generation API used for creating tweet pic graphics
  • Airtable Automations - The trigger system that connects Airtable to Make.com for scheduled publishing

Published June 11, 2026. Writeup generated from a favorited TikTok.