Skip to main content

Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato

Workflow preview

Workflow preview
100%
Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato 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 detects when you post a Tiktok video, automatically downloads the video without watermark, stores it in Google Drive, and reposts your Tiktok video to other social media...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googledrive, n8n-nodes-base.rssfeedreadtrigger, @blotato/n8n-nodes-blotato.blotato, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sabrina Ramonov 🍄.

Original n8n.io source

1.1 Workflow description

Title
Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato
Workflow name
Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato

Description

This automation detects when you post a Tiktok video, automatically downloads the video without watermark, stores it in Google Drive, and reposts your Tiktok video to other social media platforms. All on autopilot. So you can grow your presence on multiple platforms, without more work. You can also easily add steps to customize captions per platform.

Youtube Tutorial

https://www.youtube.com/watch?v=yHbyEb-fBGY

đź“„ Documentation

Full Step-by-Step Documentation

How It Works

1. Trigger

  • RSS feed triggers when you post a new Tiktok video

2. Fetch Video

  • Download the newly posted Tiktok video (without watermark)
  • Store video in Google Drive

3. Publish to Social Media

  • Connect Blotato to your social accounts
  • Choose your social accounts
  • Post immediately or schedule for later

Setup & Required Accounts

  • Enable "Verified Community Nodes" in your n8n Admin Panel
  • Install "Blotato" verified community node
  • Sign up for Blotato: create API key at Dashboard → API Keys, then create your Blotato credential and connect your social accounts
  • Sign up for RSS.app: create feed from your TikTok profile, copy RSS URL into the RSS Feed Trigger node, and set "Number of Posts" to 1
  • Google Drive account to store downloaded Tiktok videos

Tips & Tricks

  • Ensure your RSS feed outputs only 1 item at a time
  • For multiple posts within an hour, set RSS.app refresh to 15 minutes (paid plan)
  • While testing: enable only 1 social platform, deactivate others, and consider scheduling posts in the future
  • After the workflow finishes, check your social account for the final post; if successful, enable another social media node and continue testing

Troubleshooting

Check your Blotato API Dashboard to see every request, response, and error. Click on a request to see the details.

Need Help?

In the Blotato web app, click the orange button on the bottom right corner. This opens the Support messenger where I help answer technical questions.

Connect with me: Linkedin | Youtube

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 - Sticky Note

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

Block 2 - Get Tiktok Page

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

Block 3 - Get Video URL

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

Block 4 - Get Video

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

Block 5 - Upload to Google Drive

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

Block 6 - RSS Feed Trigger

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

Block 7 - Instagram [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 8 - Facebook [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 9 - Pinterest [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 10 - Youtube [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 11 - Linkedin [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 12 - Twitter [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 13 - Threads [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 14 - Bluesky [BLOTATO]

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 15 - Merge1

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

Block 16 - Sticky Note9

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

Block 17 - Sticky Note18

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

Block 18 - Sticky Note4

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

Block 19 - Upload media

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 20 - Sticky Note31

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

Block 21 - Sticky Note20

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

Block 22 - Sticky Note10

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

Block 23 - Sticky Note11

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

3. Summary Table

Workflow Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato
Complexity advanced
Nodes 23
Categories Social Media
Author Sabrina Ramonov 🍄
Published 16 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9780/9780.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 Cross-post Tiktok videos to multiple social media platforms with RSS & Blotato do?

Description This automation detects when you post a Tiktok video, automatically downloads the video without watermark, stores it in Google Drive, and reposts your Tiktok video to other social media...

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.