Skip to main content

Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API

Workflow preview

Workflow preview
100%
Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Create UGC Style Product Ad Video via Telegram + Gemini + Kie.ai’s Veo3.1 API Who’s it for For creators, marketers, and e commerce sellers who want to instantly generate short UGC style product vid...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegramtrigger, n8n-nodes-base.set, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Parth Pansuriya.

Original n8n.io source

1.1 Workflow description

Title
Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API
Workflow name
Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API

Create UGC Style Product Ad Video via Telegram + Gemini + Kie.ai’s Veo3.1 API

Who’s it for

  • For creators, marketers, and e-commerce sellers who want to instantly generate short UGC-style product videos from a simple Telegram message — no manual editing or video skills required.

How it works / What it does

  • This workflow automatically turns a Telegram photo and caption into a 30-second UGC-style video ad using AI.
  1. A user sends a photo + caption on Telegram.
  2. Gemini AI reads the caption and image to generate a realistic UGC script with tone, benefits, and call-to-action.
  3. The photo and script are sent to Kie.ai’s Veo3.1 API, which creates a high-quality vertical video (9:16) using the image and narration.
  4. Once rendered, the finished video ad is automatically sent back to the Telegram chat.

How to set up

  • Connect your Telegram Bot credentials.
  • Add your Google Gemini API key in the Gemini node.
  • Create a Kie.ai account and obtain your Veo3.1 API key.
  • Paste the key in the HTTP Request nodes where required.
  • Activate the workflow — send a Telegram message with a product photo + caption to test.

Requirements

  • Telegram Bot API key
  • Google Gemini API key
  • Kie.ai Veo3.1 API key

How to customize the workflow

  • Change Gemini prompt style (e.g., humorous, professional, emotional).
  • Adjust Kie.ai model parameters (aspect ratio, duration, voice, or style).
  • Add branding overlays or logos after video generation.
  • Integrate with Google Drive, Notion, or Airtable to save results automatically.
  • Modify the Telegram response to include both the video and the AI-generated script

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 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 2 - Receive Message

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 3 - Extract Image & Caption

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

Block 4 - Download Telegram Image

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 5 - Generate Script

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

Block 6 - Create Video Generation Task

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

Block 7 - Is Video Ready?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Wait 30 Seconds

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

Block 9 - Get HD Video URL

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

Block 10 - Download Generated Video

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

Block 11 - Send Video to User

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 12 - Sticky Note

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

Block 13 - Sticky Note2

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

Block 14 - Upload image to Kie Storage

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

Block 17 - Check Video Status

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

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 Note1

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

3. Summary Table

Workflow Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API
Complexity advanced
Nodes 20
Categories Content Creation, Multimodal AI
Author Parth Pansuriya
Published 31 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10393/10393.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 Create UGC style product ad video via Telegram + Gemini + Kie.ai’s Veo3.1 API do?

Create UGC Style Product Ad Video via Telegram + Gemini + Kie.ai’s Veo3.1 API Who’s it for For creators, marketers, and e commerce sellers who want to instantly generate short UGC style product vid...

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.