πŸ“± Automate Facebook reels publishing with Google Sheets and Drive

⚑ 1,105 views Β· πŸ“± Social Media & Email Marketing

Description

Publish a Reel on a Facebook Page

🧠 Good to Know

> Set up n8n self-hosted instance using https://tino.vn/vps-n8n?affid=388 > Use the code ==VPSN8N== for up to 39% off.

This workflow automatically uploads and publishes Facebook Reels using data from Google Sheets and video files stored in Google Drive. It runs on a schedule (every 30 minutes by default) and can be fully customized for your posting routine.


βš™οΈ How It Works

  1. Google Sheets provides the content data β€” video file ID, caption, and optional links.
  2. Google Drive hosts the actual video file (.mp4 format).
  3. The workflow initializes an upload session with the Facebook Graph API, uploads the video, and publishes it as a Reel on your Page.
  4. Finally, it updates your Google Sheet and adds a comment under the published Reel with your affiliate or product link.

How to Use

  1. Open the template Google Sheet or make a copy: πŸ‘‰ Template Sheet

  2. Fill out each row with:

    • File ID β†’ the ID of your video file from Google Drive
    • File name β†’ optional
    • Caption β†’ your post caption
    • Link Share β†’ optional
    • Link post β†’ leave empty (it will be filled after posting)
  3. Ensure your video file:

    • .mp4 format
    • shared folder on Google Drive that’s accessible to your connected account
  4. Add your Facebook Page ID and Page Access Token to the β€œinfo” node. (Learn how to get these here: Facebook Reels Workflow Guide) image.png


πŸ“‹ Requirements


🎨 Customizing This Workflow

This structure keeps your automation scalable, secure, and easy to adapt for multi-page or multi-brand use.

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Drive, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup