Skip to main content

Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research

Workflow preview

Workflow preview
100%
Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What It Does This n8n workflow automatically generates 10 second UGC style portrait video ads for any product — entirely powered by AI. Simply provide your Product Name , Prompt or Idea , and Im...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequesttool

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ezema Kingsley Chibuzo.

Original n8n.io source

1.1 Workflow description

Title
Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research
Workflow name
Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research

🧠 What It Does

This n8n workflow automatically generates 10-second UGC-style portrait video ads for any product — entirely powered by AI. Simply provide your Product Name, Prompt or Idea, and Image Link in Google Sheets, and the system will research your product, craft a modern video prompt, and generate a professional short ad using Kie.ai Sora 2. It combines Tavily search, OpenAI prompt engineering, and Kie.ai image to video generation to create fresh, authentic, and trending video ads that look like real influencer content or cinematic brand clips — perfect for social media campaigns.

💡 Why This Workflow?

Creating quality short-form ads usually takes a video editor, copywriter, and creative researcher. This workflow automates all of that. It:

  • Researches your product’s category and trends using Tavily Search API
  • Generates optimized video prompts using AI Agent
  • Automatically creates realistic 10-second videos via Kie.ai Sora 2
  • Updates your CRM (Google Sheets) with the finished video link
  • Handles retries, errors, and success tracking automatically

Ideal for UGC marketers, product owners, and AI automation freelancers who want to scale ad content creation.

👤 Who It’s For

  • E-commerce brands wanting fast ad content for new or existing products
  • Freelancers and agencies creating short-form AI ad videos for clients
  • Automation enthusiasts building no-code AI video generation systems
  • Marketing teams testing multiple product angles and styles efficiently

⚙️ How It Works

  1. Manual Trigger Run the workflow manually to start video generation for one product entry at a time.
  2. 📄 Google Sheets Integration The workflow reads product info (Name, Prompt, Image Link, Processed Status) and fetches one unprocessed row.
  3. 🤖 AI Prompt Engineering (via OpenAI) The AI Agent uses a custom system message to act as a video prompt engineer, designing rich cinematic or UGC-style prompts for Sora 2.
    • It researches trends and related product insights through Tavily
    • Describes detailed scene, tone, lighting, camera motion, and emotion
    • Adapts to either cinematic or handheld influencer style automatically
  4. 🎬 Sora 2 Video Generation (Kie.ai API) The refined video prompt and product image are sent to Kie.ai Sora 2 to create a 10-second portrait video.
  5. Progress Monitoring A Wait node (15 s) plus a Switch node checks the generation status:
    • ✅ Success → Save video link
    • ⚠️ 500 Error → Log error message
    • 🔁 Pending → Loop back to wait and recheck
  6. 🗂️ Save to Google Sheets Once successful, the workflow updates your CRM sheet with:
    • Video Link (no watermark)
    • Processed = “Yes”

🛠 How to Set It Up

  1. Open n8n (Cloud or Self-Hosted).
  2. Import the workflow file: Sora 2 Video Generator.json.
  3. Create and connect these credentials:
    • 🧾 Google Sheets OAuth 2.0
    • 🔍 Tavily Search API (Header Auth)
    • 🤖 OpenAI API Key
    • 🎥 Kie.ai Sora 2 API (Header Auth)
  4. Update the Google Sheets link inside the nodes to your own sheet.
  5. Ensure the sheet columns include: ID | Product Name | Prompt | Image Link | Video Link | Processed
  6. Click Execute Workflow to begin generating your first ad video.

⚡ Example Use Case

You’re launching a new skincare product. Add its name, image, and a short description to your Google Sheet — and this workflow will automatically research the market, generate a trending 10-second UGC ad prompt, and produce a ready-to-share Sora 2 video link — all hands-free.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 3 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 5 - Error Message

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 7 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 9 - Tavily

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 10 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Create Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Grab Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research
Complexity advanced
Nodes 20
Categories Content Creation, Multimodal AI
Author Ezema Kingsley Chibuzo
Published 05 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10536/10536.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate UGC video ads from product images with Kie.ai Sora 2 + Tavily Research do?

What It Does This n8n workflow automatically generates 10 second UGC style portrait video ads for any product — entirely powered by AI. Simply provide your Product Name , Prompt or Idea , and Im...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.