Block 1 - form_trigger
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.3
This workflow is provided as-is. Please review and test before using in production.
In this tutorial, I’ll show how to create UGC (User Generated Content) videos automatically using n8n and Sora 2. This workflow uses OpenAI to generate detailed prompts and Sora 2 to produce realis...
n8n-nodes-base.formtrigger, n8n-nodes-base.converttofile, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.extractfromfile
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Santhej Kallada.
Original n8n.io sourceIn this tutorial, I’ll show how to create UGC (User Generated Content) videos automatically using n8n and Sora 2.
This workflow uses OpenAI to generate detailed prompts and Sora 2 to produce realistic UGC-style videos that look natural and engaging.
Marketers and social media managers scaling short-form video content
Agencies producing branded or influencer-style content
Content creators and freelancers automating their video workflows
Anyone exploring AI-driven video generation and automation
Creating authentic, human-like UGC videos manually takes time and effort.
This workflow automates the entire process by:
Generating engaging scripts or prompts via OpenAI
Sending those prompts to Sora 2 for automatic video generation
Managing rendering and delivery inside n8n
Eliminating manual editing and production steps
This workflow connects n8n, OpenAI, and Sora 2 to fully automate the creation of short-form UGC videos.
The steps include:
Taking user input (topic, tone, niche).
Using OpenAI to create a detailed video prompt.
Sending the prompt to Sora 2 via HTTP Request to generate the video.
Handling video rendering and storing or sending results automatically.
By the end, you’ll have a complete UGC video pipeline running on autopilot — producing content for under $1.50 per video.
Sign up for n8n.io (cloud or self-hosted).
Get access to OpenAI API and Sora 2.
Retrieve API keys from OpenAI and Sora 2.
Store them securely in n8n credentials.
Add a Form Trigger or Webhook Trigger for input (topic, target audience).
Add an OpenAI Node to generate script prompts.
Connect an HTTP Request Node to send the prompt to Sora 2.
Use a Wait Node or delay logic for video rendering completion.
Store or send the output video file via Gmail, Telegram, or Google Drive.
Run a test topic.
Confirm that Sora 2 generates and returns a video automatically.
Adjust OpenAI prompts for specific video styles (tutorials, product demos, testimonials).
Integrate video output with social media platforms via n8n nodes.
Add text-to-speech layers for voiceover automation.
Schedule automatic content creation using Cron triggers.
Connect with Notion or Airtable to manage content ideas.
You’ll need valid API keys for both OpenAI and Sora 2.
Sora 2 may charge per render (approx. $1–$1.50 per video).
Ensure your workflow includes sufficient delay/wait handling for video rendering.
Works seamlessly on n8n Cloud or self-hosted setups.
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 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate UGC video creation with Sora 2, OpenAI, and Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | Content Creation, Multimodal AI |
| Author | Santhej Kallada |
| Published | 04 Nov 2025 |
Use the JSON export at /data/workflows/10488/10488.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.
In this tutorial, I’ll show how to create UGC (User Generated Content) videos automatically using n8n and Sora 2. This workflow uses OpenAI to generate detailed prompts and Sora 2 to produce realis...
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.