Skip to main content

Automate video content posting to multiple social platforms with Postiz

Workflow preview

Workflow preview
100%
Automate video content posting to multiple social platforms with Postiz preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. This workflow automates the distribution and scheduling of video content across multiple social ...

Best for

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

Tools used

n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.stickynote, n8n-nodes-postiz.postiz, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aitor | 1Node.

Original n8n.io source

1.1 Workflow description

Title
Automate video content posting to multiple social platforms with Postiz
Workflow name
Automate video content posting to multiple social platforms with Postiz

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

This workflow automates the distribution and scheduling of video content across multiple social platforms (TikTok, YouTube, Facebook, Instagram, Threads) through Postiz. Videos are collected from Google Drive, approved manually, and scheduled via the Postiz community node.


đź§ľ Requirements

  • Google Drive account with access to the folder that will watch for new items uploaded.
  • videos in mp4 format ready to be shared or, alternatively you can connect a community node from Cloud Convert to convert the format before uploading into Postiz.
  • Postiz account with integrations for TikTok, YouTube, Facebook, Instagram, and Threads

đź”— Useful Links


🔄 Workflow Steps

  1. Trigger: Google Drive File Added

    • Watches your selected Google Drive folder for new file uploads.
  2. Download File

    • Downloads the detected video from Drive.
  3. Upload to Postiz

    • Video is uploaded to Postiz to prepare for social scheduling.
  4. Set Fields

    • Manual setting of social options
  5. Extract Datetime (AI)

    • Uses OpenAI to find/predict intended publish date & time, as the datetime format is required to schedule on Postiz
  6. Get Social Integrations

    • Fetches a list of user’s connected platforms from Postiz.
  7. Split and Filter Integrations

    • Splits the process per platform (TikTok, YouTube, Facebook, Instagram, Threads).
  8. Schedule Post

    • For each enabled platform, schedules the video with chosen options.

🙋‍♂️ Need Help?

Connect with 1 Node

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 - Google Drive Trigger

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

Block 2 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 3 - Extract datetime

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1.2

Block 4 - Sticky Note1

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

Block 5 - Schedule on TikTok

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 6 - Upload to Postiz

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Get integrations

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 8 - Schedule on Youtube

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 9 - Schedule on Facebook

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 10 - Schedule on Instagram

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 11 - Schedule on Threads

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

Block 12 - Set fields

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

Block 13 - Split Out

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

Block 14 - Filter

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

Block 15 - Filter1

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

Block 16 - Filter2

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

Block 17 - Filter3

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

Block 18 - Filter4

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

Block 19 - Sticky Note2

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

Block 20 - Sticky Note3

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

Block 21 - Sticky Note

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

Block 22 - Sticky Note4

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

Block 23 - Send a text message

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

Block 24 - Delete a file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate video content posting to multiple social platforms with Postiz
Complexity advanced
Nodes 26
Categories Social Media, AI Summarization
Author Aitor | 1Node
Published 29 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6653/6653.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 Automate video content posting to multiple social platforms with Postiz do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. This workflow automates the distribution and scheduling of video content across multiple social ...

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, AI Summarization use case.