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
Open n8n (desktop app, cloud, or self-hosted at localhost:5678)
Click the + New Workflow button
Click the ⋯ menu (top right) → Import from File
Select cliplo_n8n_workflow.json
All 18 nodes appear pre-configured with your credentials
Click Activate (toggle top right) — the pipeline is now live
Credentials (Pre-filled in Workflow)
Vizard AI API Key
Configured5b7167d9••••••••••••••••••vizard.ai → Workspace Settings → API tab → Generate API Key
TikTok Access Token
Configuredaw8z7jxk••••••••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 TriggerFires the pipeline every 6 hours automatically.
YouTube RSS (×3)
RSS Feed ReadReads the latest videos from Joe Rogan, Diary of a CEO, and Huberman.
Merge All Channels
MergeCombines all three RSS feeds into one stream.
Filter: Last 24h
FilterSkips videos older than 24 hours to avoid reprocessing.
Vizard AI — Submit
HTTP RequestSends the YouTube URL to Vizard AI for clip generation.
Wait 5 Minutes
WaitGives Vizard time to process the video.
Vizard AI — Poll
HTTP RequestChecks if clips are ready. Retries if still processing.
Split Into Clips
Split OutSeparates each generated clip into its own workflow item.
Filter: Viral ≥6/10
FilterDrops any clip Vizard scores below 6/10 viral potential.
Build Caption
CodeAssembles TikTok caption with title + hashtags (max 2,200 chars).
TikTok — Upload Init
HTTP RequestInitializes the TikTok post via Content Posting API.
Wait 30 Minutes
WaitSpaces posts 30 min apart — gives you 5 posts/day.