Block 1 - form_trigger
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
What This Workflow Does Automatically extract viral moments from YouTube videos and publish to social media platforms. Quick Start Guide 1. Configure Settings Open the Configuration node and fill i...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.switch, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Vizard.ai.
Original n8n.io sourceAutomatically extract viral moments from YouTube videos and publish to social media platforms.
Open the Configuration node and fill in:
Click Execute Workflow, enter the YouTube video URL in the form, and submit to start the automation.
The workflow follows these steps:
Before using this workflow:
vizard_api_key (required) Your Vizard AI API key for video processing
viral_score_threshold (default: 5) Minimum score for clips to be published (range: 0-10). Lower values allow more clips through, higher values are more selective.
export_mode (required)
Choose auto_publish or download
schedule_time (optional) Unix timestamp for scheduled publishing (e.g., 1767605047792). Leave empty for instant posting. You can convert dates to timestamps at epochconverter.com
💡 Default threshold of 5 is moderate - increase to 7-8 for only top-quality clips, or lower to 3-4 for more volume
💡 Test with download mode first before enabling auto_publish
💡 Use scheduled publishing during peak engagement hours
💡 Longer videos (10+ minutes) typically generate more clip options
💡 To get Unix timestamp: visit epochconverter.com or use new Date('2025-01-15 14:00').getTime() in browser console
Workflow stuck at "Wait" node? Check your Vizard API key is valid and has available credits
No clips generated? Try lowering the viral_score_threshold to 3-4 or use a different video with more dynamic content
Publishing failed? Verify social media credentials are properly configured in the workflow
Wrong publish time? Double-check your Unix timestamp is in milliseconds (13 digits), not seconds (10 digits)
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.
| Workflow | Generate TikTok and Instagram reel clips from YouTube videos with Vizard AI |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Content Creation, Multimodal AI |
| Author | Vizard.ai |
| Published | 14 Mar 2026 |
Use the JSON export at /data/workflows/14031/14031.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.
What This Workflow Does Automatically extract viral moments from YouTube videos and publish to social media platforms. Quick Start Guide 1. Configure Settings Open the Configuration node and fill i...
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.