Skip to main content

Publish content to Instagram, TikTok & more from Google Drive using PostPulse

Workflow preview

Workflow preview
100%
Publish content to Instagram, TikTok & more from Google Drive using PostPulse preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Description This automation template enables you to publish content from a Google Drive folder directly to multiple social platforms — TikTok, Instagram, Y...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googledrive, @postpulse/n8n-nodes-postpulse.postpulse, n8n-nodes-base.merge, n8n-nodes-base.googlesheets, 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 Dmytro.

Original n8n.io source

1.1 Workflow description

Title
Publish content to Instagram, TikTok & more from Google Drive using PostPulse
Workflow name
Publish content to Instagram, TikTok & more from Google Drive using PostPulse

Description

This automation template enables you to publish content from a Google Drive folder directly to multiple social platforms — TikTok, Instagram, YouTube, LinkedIn, Telegram, Bluesky, X (Twitter), and Threads. By connecting PostPulse with n8n, you can transform a manual posting routine into a seamless automated workflow, ensuring consistent cross-platform publishing without repetitive tasks.

⚠️ Disclaimer: This workflow uses the community node @postpulse/n8n-nodes-postpulse. Make sure community nodes are enabled in your n8n instance before importing and using this template. 👉 To install it: Go to Settings → Community Nodes → Install and enter:"@postpulse/n8n-nodes-postpulse". 💡 For more details, see n8n Integration Guide: PostPulse Developers – n8n Integration.

Who Is This For?

  • Marketers who want to manage multiple accounts at once.
  • Creators who store media on Google Drive and want to quickly expand it.
  • Teams for whom it is important to centralize the content plan and have a transparent publishing system.

What Problem Does This Workflow Solve?

Instead of manually uploading photos or videos to TikTok, Instagram, YouTube or other social networks, you get:

  • Centralizing uploads: Add your media once to Google Drive, and the system takes care of publishing it everywhere.
  • Multi-platform posting: Publish simultaneously to TikTok, Instagram, YouTube, LinkedIn, Telegram, Bluesky, X, and Threads.
  • Streamlined scheduling: Schedule future posts with PostPulse directly through n8n.
  • Error reduction: Avoid mistakes caused by copy-pasting across platforms.

How It Works

  1. File Upload: Place your media file (image or video) into a designated Google Drive folder.
  2. File Processing: n8n automatically downloads the file and prepares it for upload.
  3. Account Retrieval: PostPulse retrieves your connected accounts (TikTok, Instagram, YouTube, etc.).
  4. Media Upload: The file is uploaded to PostPulse via n8n.
  5. Automation: PostPulse automatically distributes it to TikTok, Instagram, YouTube, LinkedIn, Telegram, Bluesky, X, and Threads.
  6. Publishing: PostPulse schedules or directly publishes the post to the selected platforms.

Setup

  1. Connect PostPulse to n8n
  • Request your OAuth client key and secret from [email protected].
  • Add your PostPulse account in n8n Credentials.
  1. Connect Google Drive
  • Create a Google Cloud project.
  • Enable the Google Drive API.
  • Configure OAuth credentials and connect your Google Drive account to n8n.
  1. Configure Google Drive Trigger
  • Point it to the folder where you will upload your media.
  1. Upload Media Node
  • Add the PostPulse “Upload Media” node to process files from Google Drive.
  1. Schedule Posts
  • Add the PostPulse “Schedule Post” node.
  • Map content, media path, and connected account IDs.
  1. (Optional) Metadata from Google Sheets
  • Use Google Sheets as a source of captions, hashtags, or scheduling details.

Requirements

  1. Connected Accounts at PostPulse (TikTok, Instagram, YouTube, LinkedIn, Telegram, Bluesky, X, Threads).
  2. OAuth client key and secret requested from [email protected].
  3. Google Cloud Project with the Google Drive API enabled and valid OAuth credentials.

✨ With this workflow, PostPulse and n8n become your all-in-one automation hub for social publishing.

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 - When clicking ‘Execute workflow’

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

Block 2 - Download file

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

Block 3 - Upload media

Type / Role
@postpulse/n8n-nodes-postpulse.postPulse - postPulse
Config choices
Version 1

Block 4 - Get connected accounts

Type / Role
@postpulse/n8n-nodes-postpulse.postPulse - postPulse
Config choices
Version 1

Block 5 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 6 - Schedule a post

Type / Role
@postpulse/n8n-nodes-postpulse.postPulse - postPulse
Config choices
Version 1

Block 7 - Get row(s) in sheet

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

3. Summary Table

Workflow Publish content to Instagram, TikTok & more from Google Drive using PostPulse
Complexity intermediate
Nodes 12
Categories Social Media, Multimodal AI
Author Dmytro
Published 27 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7934/7934.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 Publish content to Instagram, TikTok & more from Google Drive using PostPulse do?

Description This automation template enables you to publish content from a Google Drive folder directly to multiple social platforms — TikTok, Instagram, Y...

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