Skip to main content

Generate addictive ASMR Veo 3 reels

Workflow preview

Workflow preview
100%
Generate addictive ASMR Veo 3 reels preview
Open on n8n.io

1. Workflow Overview

How it works 1. Generate new idea – Pulls previously used objects from Google Sheet, then uses GPT 4.1 mini to generate a new fruit shaped glass object not in the list 2. Create Veo prompt – Uses G...

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.scheduletrigger, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.aggregate, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.manualtrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate addictive ASMR Veo 3 reels
Workflow name
Generate addictive ASMR Veo 3 reels

How it works

1. Generate new idea – Pulls previously used objects from Google Sheet, then uses GPT-4.1-mini to generate a new fruit-shaped glass object not in the list

2. Create Veo prompt – Uses GPT-4.1-mini to generate a hyper-realistic, ASMR-style prompt for the object being gently divided (with safety guidelines to avoid policy triggers)

3. Generate video – Creates an 8-second AI video with Veo 3.0 showing the glass fruit being elegantly separated on a cutting board with ASMR sound layers

4. Convert to vertical – Crops the 16:9 video to 9:16 vertical format using Shotstack

5. Upload to Postiz – Uploads the final video to Postiz (social media scheduler)

6. Schedule across platforms – Detects connected channels (TikTok, YouTube, Instagram) and schedules the video for posting

7. Log for future – The new object is logged to Google Sheets to avoid repetition in the next run


Set up steps

  1. API Keys – Set up accounts for Google Cloud (Veo 3.0 + GCS), OpenAI, Shotstack, and Postiz

  2. Credentials in n8n – Add each API key as a credential in your n8n instance

  3. Configure variables – Update the SET node with your Google Cloud PROJECT_ID and CLIENT_EMAIL

  4. Set up Google Sheet – Create a sheet with a column named object to track previously used objects

  5. Connect Postiz – Ensure your social media channels (TikTok, YouTube, Instagram) are connected in Postiz

  6. Test – Execute the workflow manually or let the schedule trigger run every 8 hours

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Sticky Note8

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

Block 10 - Sticky Note9

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

Block 11 - Sticky Note10

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

Block 12 - When Every 8 Hours

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

Block 13 - Read Sheet1 Data

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

Block 14 - Define Prompt Agent

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

Block 15 - Idea Generation Agent

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

Block 16 - Aggregate Data

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

Block 17 - Set Objects List

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

Block 18 - Parse Object Caption

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 19 - Manual Trigger Start

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

Block 20 - OpenAI GPT-4.1 Mini

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

Block 21 - Set API Credentials

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

Block 22 - Generate JWT

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

Block 23 - Acquire Access Token

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

Block 24 - Route by Status

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

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

3. Summary Table

Workflow Generate addictive ASMR Veo 3 reels
Complexity advanced
Nodes 41
Categories Content Creation, Multimodal AI
Author Koulikas Giannis
Published 19 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15151/15151.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 addictive ASMR Veo 3 reels do?

How it works 1. Generate new idea – Pulls previously used objects from Google Sheet, then uses GPT 4.1 mini to generate a new fruit shaped glass object not in the list 2. Create Veo prompt – Uses G...

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.