Skip to main content

Generate 360° product videos from photos with Veo 3 and Telegram

Workflow preview

Workflow preview
100%
Generate 360° product videos from photos with Veo 3 and Telegram preview
Open on n8n.io

1. Workflow Overview

Generate 360° product videos from a single photo using Google Veo 3 and Telegram Overview This workflow turns any product photo into a cinematic 360° orbit video using Google Vertex AI (Veo 3) —...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.converttofile

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate 360° product videos from photos with Veo 3 and Telegram
Workflow name
Generate 360° product videos from photos with Veo 3 and Telegram

Generate 360° product videos from a single photo using Google Veo 3 and Telegram


📌 Overview This workflow turns any product photo into a cinematic 360° orbit video using Google Vertex AI (Veo 3) — fully automated and delivered straight to Telegram.

Send a product image to your Telegram bot and the workflow handles everything: image validation, Google Cloud authentication, AI video generation, and delivery. No manual steps, no dashboard — just send a photo and receive a professional video.

Built for e-commerce sellers, product photographers, and marketers who want studio-quality 360° product videos without expensive equipment or editing software.


⚙️ How it works

  1. User sends a product photo to the Telegram bot
  2. The workflow validates the image (minimum 480px resolution)
  3. A Service Account stored in Google Sheets is used to authenticate with Google Cloud and generate a short-lived OAuth token
  4. The image is sent to Vertex AI Veo 3 with a cinematic 360° orbit camera prompt
  5. The workflow polls every 2 minutes until the video is ready (up to 10 minutes)
  6. The finished video is delivered back to the user in Telegram

🛠️ Setup steps

  1. Create a Telegram bot via @BotFather and add the bot credentials in n8n
  2. Enable the Vertex AI API in your Google Cloud project
  3. Request access to the Veo 3 preview model in Google Cloud Console
  4. Create a Google Service Account with the role roles/aiplatform.user
  5. Download the Service Account JSON key
  6. Create a Google Sheet (Sheet1) with these columns: client_email | private_key | project_id | scope
  7. Paste your Service Account JSON values into the sheet
  8. Update the 1. Get Service Account Details node with your Google Sheet ID
  9. Connect your Google Sheets and Telegram credentials in n8n
  10. Activate the workflow and send a product photo to your bot

🚀 Features

AI-powered video generation

  • Generates cinematic 360° orbit product videos from a single photo
  • Uses Google Veo 3 (latest AI video generation model)
  • Adds studio lighting and clean white background automatically
  • Supports optional product caption as additional AI context
  • Audio generation included by default

Smart error handling

  • Validates image resolution before processing (minimum 480px)
  • Catches and reports image conversion failures
  • Timeout protection after 10 minutes with user-friendly error message
  • All errors are sent back to the user as Telegram messages

Secure authentication

  • Service Account credentials stored safely in Google Sheets
  • JWT signed locally — no third-party auth services required
  • Fresh OAuth token generated on every request

📋 Requirements

  • n8n (self-hosted or cloud)
  • Telegram Bot (via @BotFather)
  • Google Cloud project with Vertex AI API enabled
  • Google Veo 3 preview access (request via Google Cloud Console)
  • Google Service Account with roles/aiplatform.user
  • Google Sheets (to store Service Account credentials)

🎯 Benefits

  • No expensive equipment or video editing software needed
  • Fully automated — send a photo, receive a video
  • Works for any physical product
  • Scales to multiple users via Telegram
  • Videos ready in 3–5 minutes on average

👨‍💻 Author

BytezTech Pvt Ltd

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 - 📋 Overview

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

Block 2 - Group 1

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

Block 3 - Group 2

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

Block 4 - Group 3

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

Block 5 - Group 4

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

Block 6 - Group 5

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

Block 7 - Group 6

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

Block 8 - Wait 2 Minutes

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

Block 9 - Send Timeout Error

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

Block 10 - Check Timeout

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

Block 11 - Download Image

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

Block 12 - Telegram Trigger

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

Block 13 - 2. Validate Input

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Check Auth Token Valid

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

Block 15 - Send Validation Error

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

Block 16 - Send Processing Message

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

Block 17 - Convert Image to Base64

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Conversion OK?

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

Block 19 - Send Conversion Error

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

Block 20 - 5. Prepare Veo Request

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - 6. Call Vertex AI Veo 3

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

Block 22 - Extract Operation Name

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - Poll Video Status

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

Block 24 - Is Video Ready?

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

Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate 360° product videos from photos with Veo 3 and Telegram
Complexity advanced
Nodes 30
Categories Content Creation, Multimodal AI
Author BytezTech
Published 07 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13928/13928.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 360° product videos from photos with Veo 3 and Telegram do?

Generate 360° product videos from a single photo using Google Veo 3 and Telegram Overview This workflow turns any product photo into a cinematic 360° orbit video using Google Vertex AI (Veo 3) —...

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.