Make.com Social Media AI Agents
12 min read Automation

How to Automate Facebook & YouTube Posts Simultaneously with Make.com

Most businesses waste hours each week manually uploading videos to multiple platforms. This complete Make.com automation pulls videos from Airtable, generates platform-specific descriptions with AI, and publishes to Facebook & YouTube at the same time - saving 5+ hours weekly while optimizing each post for maximum engagement.

The Manual Upload Problem

Content creators and marketers know the frustration: you finish editing a video, only to face the tedious process of uploading it separately to Facebook, YouTube, and other platforms. Each platform requires different descriptions, tags, and formats - turning what should be a 5-minute task into an hour-long chore.

The hidden cost goes beyond time. Manual uploads lead to inconsistent posting schedules, forgotten platform-specific optimizations, and wasted opportunities when videos sit ready but unposted. At 3 videos per week, this consumes 5-7 hours that could be spent creating content instead of managing it.

Key insight: Facebook and YouTube algorithms favor consistent posting schedules with platform-optimized descriptions. Manual uploads make both nearly impossible to maintain at scale.

How the Automation Works

This Make.com workflow solves the multi-platform problem with an elegant three-part system. First, it checks Airtable for videos marked "ready to upload." When found, it routes the video through parallel paths - one optimized for Facebook, another for YouTube.

The magic happens in the AI-generated descriptions. Using OpenAI with specialized prompts, the system creates:

  • Facebook posts with engaging hooks and hashtags
  • YouTube descriptions with SEO-rich text and tags

After successful uploads, it updates Airtable to prevent duplicate posting. The entire process runs automatically on your schedule - hourly, daily, or whenever new content is ready.

Step 1: Setting Up Airtable

The automation starts with Airtable as your content hub. Create a table with these key fields:

  • Status (Dropdown: Draft/Ready to Upload/Uploaded)
  • Video Title
  • Cloudinary/URL to video file
  • Topic
  • Language

The Make.com scenario begins by searching for records where Status equals "Ready to Upload." At 4:23 in the video, you'll see how to configure the Airtable search module with this exact formula. The system limits results to 1 video at a time, processing them in ID order.

Pro Tip: Use Airtable views to manage your content pipeline. Create filters for "Ready to Upload" videos to quickly see what's queued for publishing.

Step 2: Configuring the Router

The router is where the automation branches to handle multiple platforms simultaneously. At 7:15 in the tutorial, you'll see how to set up the initial two paths - one for Facebook, one for YouTube.

Key advantages of the router approach:

  • Parallel processing - Both platforms upload simultaneously
  • Independent failure - If Facebook fails, YouTube still completes
  • Easy expansion - Add Instagram, LinkedIn etc. as needed

The router ensures each platform gets its own optimized workflow while sharing the core video data from Airtable. This maintains consistency while allowing platform-specific customization.

Step 3: Facebook Upload Path

The Facebook path (shown at 9:40) has two critical components:

  1. AI Description Generator - Uses OpenAI with a specialized prompt for Facebook posts
  2. Facebook Uploader - Handles the actual video posting

The AI prompt (visible at 11:20) instructs the model to act as a "social media manager expert with expertise in Facebook content creation." This produces descriptions with:

  • Engaging hooks tailored to Facebook's algorithm
  • Strategic hashtag placement
  • Clear CTAs to drive engagement

The upload module then takes this AI-generated text and pairs it with the video from your Cloudinary URL, publishing directly to your Facebook Page.

Step 4: YouTube Upload Path

YouTube requires a different approach (demonstrated at 16:30). The workflow:

  1. Generates a YouTube-optimized description with tags
  2. Downloads the video file via HTTP Get
  3. Uploads with all metadata

The YouTube AI prompt (at 17:45) creates:

  • Detailed descriptions with timestamps
  • SEO-optimized tags as an array
  • Links to related content

Unlike Facebook's direct URL upload, YouTube requires downloading the file first. The HTTP Get module handles this seamlessly before passing to YouTube's uploader.

Step 5: Status Updates

The final piece (shown at 22:10) updates Airtable after successful uploads. This prevents duplicate processing and provides an audit trail.

The status field changes from "Ready to Upload" to "Uploaded to Facebook & YouTube." You could extend this with separate status fields per platform if needed.

Implementation Note: Always test with "Unlisted" YouTube videos first. At 21:30, the tutorial shows how to set this before going live with public uploads.

Scaling to Other Platforms

The true power of this system emerges when adding more platforms. At 13:50, the tutorial mentions how easily you can extend the router to include:

  • Instagram Reels - Using the same video with square formatting
  • LinkedIn Video - With professional-focused descriptions
  • X (Twitter) - For short clips with attention-grabbing text

Each new platform simply becomes another route in the existing workflow. The core Airtable integration and video fetching remains unchanged - you only add new description generators and upload modules.

This modular approach means your initial time investment pays compounding dividends as you expand to new channels.

Watch the Full Tutorial

See the complete build process in action, including the crucial moment at 11:20 where we configure the AI prompts for platform-specific descriptions. The video walks through each module configuration and shows real uploads to both platforms.

Make.com automation tutorial for Facebook and YouTube posts

Key Takeaways

This automation transforms video distribution from a time-consuming chore to a seamless background process. By implementing this workflow, you'll:

  • Recover 5+ hours per week previously spent on manual uploads
  • Ensure platform-specific optimizations for every post
  • Maintain perfect posting consistency across channels
  • Create an easily expandable system for new platforms

In summary: Stop letting manual processes bottleneck your content. Automate once with Make.com, and publish everywhere with confidence.

Frequently Asked Questions

Common questions about this topic

Automating Facebook and YouTube posts with Make.com saves 5-7 hours per week by eliminating manual uploads. It ensures consistent posting schedules, generates platform-optimized descriptions using AI, and reduces human error.

The workflow can be extended to Instagram, LinkedIn, and other platforms with minimal additional setup. This creates a centralized content distribution hub that scales with your business.

  • Time savings from eliminating repetitive upload tasks
  • Improved engagement from platform-specific optimizations
  • Reduced risk of missed posts or incorrect formatting

No coding is required. The Make.com visual interface lets you drag and drop modules to create workflows. The tutorial shows exactly how to connect Airtable, AI description generation, and social platforms without writing any code.

The most technical step involves getting API keys for services like Airtable and OpenAI, but the video provides step-by-step guidance for this as well. Everything else is configured through dropdown menus and form fields.

  • All connections made through visual interface
  • Comprehensive tutorial covers every step
  • No programming languages or syntax to learn

The workflow uses specialized AI prompts tailored to each platform's algorithm. For Facebook, it generates engaging post text with hashtags. For YouTube, it creates detailed descriptions with SEO-friendly tags.

Each platform's OpenAI module receives unique instructions in its "system message" that shape the output format and style. This ensures the same video gets presentation optimized for each audience.

  • Facebook: Conversational hooks + hashtags
  • YouTube: Detailed descriptions + timestamp chapters
  • Both automatically formatted to platform standards

The router system ensures partial failures don't stop the entire workflow. If Facebook upload fails, the YouTube upload will still proceed independently. The Airtable status will reflect which platforms succeeded.

Make.com includes error handling that can trigger notifications or retry logic. You can configure it to alert you about failures while allowing successful uploads to complete.

  • Platforms upload independently
  • Status fields track partial successes
  • Error notifications can be added

Yes, Make.com integrates with both platforms seamlessly. The workflow structure remains identical - you would simply replace the Airtable modules with Google Sheets modules.

The key is maintaining the status field to track which videos need uploading. As long as your spreadsheet includes the same core fields (status, URL, title, etc.), the automation will function identically.

  • Same workflow structure works with either
  • Google Sheets may be preferable for some teams
  • No changes needed to Facebook/YouTube paths

Make.com scenarios can run on schedules from every 15 minutes to once per day. For most businesses, checking hourly for new 'ready to upload' videos provides timely posting without overloading the systems.

The scheduling is completely customizable based on your content volume. High-frequency publishers might run every 15 minutes, while others may prefer daily batches at optimal posting times.

  • Flexible scheduling options
  • Hourly checks work for most use cases
  • No manual triggering needed

The system works with all major video formats supported by Facebook and YouTube (MP4, MOV, AVI, etc.). The HTTP Get File module downloads the original file from your storage before uploading to each platform.

For best results, use MP4 with H.264 encoding as this has universal support. The automation handles format conversion automatically when platforms have specific requirements.

  • MP4 (recommended), MOV, AVI, WMV
  • Handles landscape and portrait orientations
  • No size limits beyond platform restrictions

GrowwStacks builds custom Make.com automations that save businesses 10+ hours weekly. Our team will configure your Airtable/Sheets structure, optimize AI prompts for your brand voice, and connect all your social platforms.

We handle the entire implementation including:

  • Custom workflow design for your content pipeline
  • Platform-specific AI prompt engineering
  • Error handling and notification setup
  • Ongoing maintenance and support

Book a free consultation to discuss your specific workflow needs and implementation timeline.

Ready to Automate Your Social Media Workflow?

Stop wasting hours on manual uploads and inconsistent posting. Let GrowwStacks build your custom Make.com automation that publishes to all platforms simultaneously - with AI-optimized descriptions for each.