Workflow

@KFarmo

Workflow

Download your pre-configured n8n workflow and manage credentials.

cliplo_n8n_workflow.json

18 nodes · Pre-filled credentials · Ready to import

How to Import into n8n

01

Open n8n (desktop app, cloud, or self-hosted at localhost:5678)

02

Click the + New Workflow button

03

Click the ⋯ menu (top right) → Import from File

04

Select cliplo_n8n_workflow.json

05

All 18 nodes appear pre-configured with your credentials

06

Click Activate (toggle top right) — the pipeline is now live

Credentials (Pre-filled in Workflow)

Vizard AI API Key

Configured
5b7167d9••••••••••••••••••

vizard.ai → Workspace Settings → API tab → Generate API Key

TikTok Access Token

Configured
aw8z7jxk••••••••

developers.tiktok.com → Your App → OAuth flow → Access Token

Expires every 24h — set up token refresh in n8n.

Node Reference

All 12 key nodes in the pipeline

Check Every 6 Hours

Schedule Trigger

Fires the pipeline every 6 hours automatically.

📺

YouTube RSS (×3)

RSS Feed Read

Reads the latest videos from Joe Rogan, Diary of a CEO, and Huberman.

🔀

Merge All Channels

Merge

Combines all three RSS feeds into one stream.

🔍

Filter: Last 24h

Filter

Skips videos older than 24 hours to avoid reprocessing.

🎬

Vizard AI — Submit

HTTP Request

Sends the YouTube URL to Vizard AI for clip generation.

Wait 5 Minutes

Wait

Gives Vizard time to process the video.

🔄

Vizard AI — Poll

HTTP Request

Checks if clips are ready. Retries if still processing.

✂️

Split Into Clips

Split Out

Separates each generated clip into its own workflow item.

🔥

Filter: Viral ≥6/10

Filter

Drops any clip Vizard scores below 6/10 viral potential.

✍️

Build Caption

Code

Assembles TikTok caption with title + hashtags (max 2,200 chars).

📤

TikTok — Upload Init

HTTP Request

Initializes the TikTok post via Content Posting API.

Wait 30 Minutes

Wait

Spaces posts 30 min apart — gives you 5 posts/day.