Skip to main content

Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets

Workflow preview

Workflow preview
100%
Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated Social Media Video Posting Who's it for This workflow is perfect for content creators, social media managers, and businesses who want to schedule and automatically post videos to mu...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.telegram, n8n-nodes-upload-post.uploadpost, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jose Bossa.

Original n8n.io source

1.1 Workflow description

Title
Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets
Workflow name
Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets

Automated Social Media Video Posting

πŸ‘₯ Who's it for

This workflow is perfect for content creators, social media managers, and businesses who want to schedule and automatically post videos πŸ“Ή to multiple platforms (Instagram, LinkedIn, TikTok) without manual effort. Save hours every week! ⏰

πŸ€– What it does

It automatically reads scheduled posts from Google Sheets, checks if it's the right time to post, downloads videos from Google Drive, uploads them to multiple social media platforms simultaneously, updates the posting status, and sends you a Telegram notification with the results. Complete hands-free social media management! πŸš€

βš™οΈ How it works

  1. ⏰ Schedule Trigger – Runs twice daily at 9 AM and 9 PM
  2. πŸ“Š Google Sheets (Read) – Fetches posts with status "Listo para postear" (Ready to post)
  3. βš™οΈ Code Node – Converts trigger time to readable Spanish format (e.g., "16 de Octubre a las 9 am")
  4. πŸ” If Condition – Checks if current time matches the scheduled post time in the sheet
  5. πŸ“ Format Drive Content – Extracts and organizes post data (Title, Copy, Video URL)
  6. πŸ†” Social Media Account IDs – Prepares account identifiers (can be customized for specific accounts)
  7. 🎬 Upload a video – Posts video simultaneously to Instagram, LinkedIn, and TikTok using UploadPost API
  8. πŸ“Š Google Sheets (Update) – Changes post status to "Posteado" (Posted) to avoid duplicates
  9. πŸ“± Telegram Notification – Sends detailed success report with URLs for each platform

πŸ“‹ Requirements

  • Google Sheets with your content calendar
  • Google Drive to store your videos
  • UploadPost API account (supports Instagram, LinkedIn, TikTok):
  • Click aquΓ­ πŸ‘‰ UploadPost
  • Telegram Bot for notifications
  • n8n instance with required node packages

Google Sheets Structure

Your spreadsheet should have these columns:

  • Title – Post title
  • Copy – Post caption/description
  • Video Link – Google Drive download URL
  • Status – Post status ("Listo para postear" or "Posteado")
  • Fecha.Hora – Scheduled time (format: "16 de Octubre a las 9 am")
  • row_number – Auto-generated row identifier

πŸ› οΈ How to set up

  1. Create your Google Sheets calendar:

    • Set up columns as specified above
    • Use status "Listo para postear" for scheduled posts
    • Format dates as "DD de Mes a las HH am/pm" (Spanish format)
  2. Upload videos to Google Drive:

    • Get shareable download links (format: https://drive.google.com/uc?export=download&id=FILE_ID)
    • Ensure videos meet platform requirements (duration, format, size)
  3. Configure UploadPost API:

    • Create account and get API credentials
    • Connect your Instagram, LinkedIn, and TikTok accounts
    • Add credentials to the "Upload a video" node
  4. Set up Google Sheets credentials:

    • Connect OAuth2 for both read and update operations
    • Update documentId with your spreadsheet ID
    • Verify sheet name matches (default: "Video")
  5. Configure Telegram notifications:

    • Create a Telegram bot via @BotFather
    • Get your chat ID
    • Add credentials to "Send a text message" node
  6. Customize posting times:

    • Modify Schedule Trigger hours (default: 9 AM and 9 PM)
    • Times are in Santiago, Chile timezone (America/Santiago)
  7. Test the workflow:

    • Create a test entry with current time
    • Run manually to verify all connections work
    • Check Telegram for success notification
  8. Activate the workflow βœ…

🎨 How to customize

  • Change posting schedule: Modify triggerAtHour values in Schedule Trigger (add more times if needed)
  • Add more platforms: Extend the platform array in "Upload a video" node (supports YouTube, Facebook, Twitter)
  • Customize notification format: Edit the Telegram message template to include/exclude information
  • Change timezone: Modify the timeZone parameter in the Code node (default: "America/Santiago")
  • Filter by platform: Add a filter node before upload to post only to specific platforms on certain days
  • Add approval workflow: Insert an approval step before posting using Telegram or Slack
  • Multiple accounts per platform: Modify "Social Media Account IDs" node to specify different account IDs
  • Error handling: Add error notification paths to alert you if uploads fail
  • Batch posting: Remove returnFirstMatch option to post multiple videos at once

πŸ’‘ Pro Tips

  • Time format must match exactly between Schedule Trigger and Google Sheets for the workflow to trigger
  • Videos should be optimized for each platform before upload (aspect ratio, length, file size)
  • Test with a private account first before going live
  • Keep video files under 100MB for best performance across platforms
  • Use the row_number column to track and update specific posts
  • The workflow runs twice daily, so schedule posts accordingly (9 AM or 9 PM slots)

⚠️ Important Notes

  • Posts marked as "Posteado" won't be processed again (prevents duplicates)
  • Video must be publicly accessible from the Google Drive link
  • UploadPost API has rate limits depending on your plan
  • Telegram notifications show success status and post URLs for each platform
  • The Code node converts times to Spanish format - modify if you need different language/format

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Format Drive Content

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Social Media Account IDs

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Google Sheets1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 4 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 7 - Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Send a text message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Upload a video

Type / Role
n8n-nodes-upload-post.uploadPost - uploadPost
Config choices
Version 1

Block 10 - Sticky Note 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note 4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note 5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note 6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note 7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note 8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note 9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note Main

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets
Complexity advanced
Nodes 20
Categories Social Media
Author Jose Bossa
Published 16 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9786/9786.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Schedule & auto-post videos to Instagram, LinkedIn & TikTok with Google Sheets do?

Automated Social Media Video Posting Who's it for This workflow is perfect for content creators, social media managers, and businesses who want to schedule and automatically post videos to mu...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.