π¬ Automate ASMR glass fruit video creation & publishing with Veo, Shotstack & Postiz
β‘ 962 views Β· π¬ Content Creation & Video
π‘ Pro Tip β Since TikTok doesnβt have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β drop it into your workflow and skip the parsing.
Description
π₯ Veo Machine Reels Factory β Full User Guide π§ Introduction
The Veo Machine Reels Factory is an automated content creation system built in n8n that turns creative ideas into fully rendered ASMR-style glass fruit reels, ready to post on TikTok, YouTube Shorts, and Instagram Reels.
This template connects multiple AI and automation services into a single, repeatable pipeline. It eliminates manual steps β from concept brainstorming to posting β allowing creators or marketing teams to produce viral short-form videos hands-free.
βοΈ How It Works (In Short)
The workflow starts automatically every 8 hours (or manually when triggered).
It checks a Google Sheet to see which fruits have already been used.
An AI βIdea Agentβ selects a new, unique glass fruit concept.
Another AI βPrompt Agentβ writes a cinematic Google Veo 3 prompt describing the video.
The system sends that prompt to Google Veo, which generates the actual video file.
The video is automatically:
Converted to 9:16 vertical format via Shotstack
Uploaded to Google Cloud Storage
Posted to TikTok, YouTube, and Instagram through Postiz API
π§± Requirements
Before running this workflow, make sure you have the following ready:
Category Requirement
- Google Cloud: Project ID, Service Account Email, and Storage Bucket (e.g., veo_courses)
- Veo Access: Access to Google Veo 3.0 API (through Vertex AI or similar endpoint)
- Google Sheets: A sheet with previous fruit ideas (used for avoiding duplicates)
- OpenAI Account: API key configured in n8n credentials
- Shotstack Account: API key (for cropping to 9:16)
- Postiz Account: Active integrations for TikTok, YouTube, and Instagram
π§© Workflow Structure Overview
The workflow can be divided into five main parts:
π Automation & Data Input
π§ AI Generation (Idea + Prompt Creation)
π¬ Video Generation with Google Veo
π± Video Conversion & Upload
π Auto-Publishing to Social Media
π Nodes Used
Google Sheets, HTTP Request, Google Cloud Storage, AI Agent, OpenAI Chat Model, Structured Output Parser
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File