Block 1 - Webhook Cowork
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
TikTok Viral Trend Detector → Seedance 2.0 → Auto Publish with Blotato Documentation : [Notion Guide](https://automatisation.notion.site/Claude Cowork n8n Trend Detector 3483d6550fd980609c96c...
n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.anthropic, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, @blotato/n8n-nodes-blotato.blotato
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dr. Firas.
Original n8n.io source📄 Documentation: Notion Guide
This workflow is built for content creators, social media managers, and automation enthusiasts who want to automate the entire TikTok content pipeline — from trend research to video generation to publishing — without filming anything.
It's especially powerful for anyone running faceless content channels on TikTok and Instagram, or agencies managing multiple accounts who need to produce trend-driven content at scale with zero manual effort.
> ⚠️ Disclaimer: This workflow uses Community Nodes (Blotato). These are only available on self-hosted n8n instances.
Creating viral TikTok content requires three separate skills: trend research, video production, and publishing strategy. Most creators spend hours doing each manually — scrolling TikTok for inspiration, editing videos in CapCut, then posting with the right hashtags at the right time.
This workflow automates the entire pipeline in one shot:
This automation runs in two parts:
Part 1 — Claude Cowork (Trend Intelligence)
You prompt Claude Cowork with your niche (e.g., "weird productivity hacks"). It uses Apify to scrape the top viral TikTok videos on that topic, then performs a cross-video analysis to extract the viral recipe:
Claude then generates 3 original video concepts that apply this viral recipe — not copies, but fresh ideas built on proven patterns. The best concept is sent to the n8n webhook as a structured JSON payload.
Part 2 — n8n Automation Pipeline
Once the webhook receives the payload, n8n takes over:
Required accounts:
clockworks/tiktok-scraper). Apify handles the TikTok data extraction — without it, the Cowork agent cannot retrieve viral videos.Credentials to configure in n8n:
Authorization: Bearer)npm install @blotato/n8n-nodes-blotatoChange the niche: Edit the Claude Cowork prompt to target a different niche: cooking hacks, finance tips, fitness routines, language learning — any niche with active TikTok communities works.
Change the video model:
The workflow uses bytedance/seedance-2.0/text-to-video via AtlasCloud. You can swap it for seedance-2.0-fast (cheaper, 4s max) or any other AtlasCloud-supported model by editing the Seedance - Start Generation HTTP Request node body.
Add more platforms:
Since Blotato supports 9 platforms (YouTube Shorts, LinkedIn, Pinterest, Threads, etc.), duplicate the Create post node and change the platform parameter to publish everywhere at once.
Change publishing schedule: Replace the Webhook trigger with a Schedule Trigger to run the full pipeline automatically every day at a set time.
Select a different concept:
Claude Cowork generates 3 video concepts per run. Change selected_concept_id in the JSON payload (1, 2, or 3) to test different concepts on the same trend data.
Adjust video duration:
The workflow currently uses duration: -1 (auto) for the Seedance node. Set it to 4 for faster/cheaper generation, or test higher values depending on your AtlasCloud plan limits.
📩 Contact: LinkedIn 📺 YouTube: @DRFIRASS 🚀 Workshops: n8n courses (in French)
Contact me for consulting and support : Linkedin / Youtube / 🚀 n8n courses (in French)
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate TikTok and Instagram trend videos with Claude, Seedance 2.0 and Blotato |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Content Creation, Multimodal AI |
| Author | Dr. Firas |
| Published | 21 Apr 2026 |
Use the JSON export at /data/workflows/15203/15203.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
TikTok Viral Trend Detector → Seedance 2.0 → Auto Publish with Blotato Documentation : [Notion Guide](https://automatisation.notion.site/Claude Cowork n8n Trend Detector 3483d6550fd980609c96c...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Content Creation, Multimodal AI use case.