Skip to main content

Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato

Workflow preview

Workflow preview
100%
Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate AI Video Creation & Multi Platform Publishing with Veo 3.1 & Blotato Who is this for? This workflow is designed for content c...

Best for

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

Tools used

n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato
Workflow name
Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato

πŸ’₯ Automate AI Video Creation & Multi-Platform Publishing with Veo 3.1 & Blotato

🎯 Who is this for?

This workflow is designed for content creators, marketers, and automation enthusiasts who want to produce professional AI-generated videos and publish them automatically on social media β€” without editing or manual uploads. Perfect for those using Veo 3.1, GPT-4, and Blotato to scale video creation.


πŸ’‘ What problem is this workflow solving?

Creating short-form content (TikTok, Instagram Reels, YouTube Shorts) is time-consuming β€” from writing scripts to video editing and posting.
This workflow eliminates the manual steps by combining AI storytelling + video generation + automated publishing, letting you focus on creativity while your system handles production and distribution.


βš™οΈ What this workflow does

  1. Reads new ideas from Google Sheets
  2. Generates story scripts using GPT-4
  3. Creates cinematic videos using Veo 3.1 (fal.ai/veo3.1/reference-to-video) with 3 input reference images
  4. Uploads the final video automatically to Google Drive
  5. Publishes the video across multiple platforms (TikTok, Instagram, Facebook, X, LinkedIn, YouTube) via Blotato
  6. Updates Google Sheets with video URL and status (Completed / Failed)

🧩 Setup

Required accounts:

Configuration steps:

  1. Copy the Google Sheets structure:

    • A: id_video
    • B: niche
    • C: idea
    • D: url_1
    • E: url_2
    • F: url_3
    • G: url_final
    • H: status
  2. Add your API keys to the Workflow Configuration node.

  3. Insert three image URLs and a short idea into your sheet.

  4. Wait for the automation to process and generate your video.


🧠 How to customize this workflow

  • Change duration or aspect ratio β†’ Edit the Veo 3.1 node JSON body (duration, aspect_ratio)
  • Modify prompt style β†’ Adjust the β€œOptimize Prompt for Veo” node for your desired tone or cinematic look
  • Add more platforms β†’ Extend Blotato integration to publish on Pinterest, Reddit, or Threads
  • Enable Telegram Trigger β†’ Allow users to submit ideas and images directly via Telegram

πŸš€ Expected Outcome

Within 2–3 minutes, your idea is transformed into a full cinematic AI video β€” complete with storytelling, visuals, and automatic posting to your social media channels.

Save hours of editing and focus on strategy, creativity, and growth.


πŸ‘‹ Need help or want to customize this?

πŸ“© Contact: LinkedIn
πŸ“Ί YouTube: @DRFIRASS
πŸš€ Workshops: Mes Ateliers n8n


πŸ“„ Documentation: Notion Guide

Need help customizing?

Contact me for consulting and support : Linkedin / Youtube / πŸš€ Mes Ateliers n8n

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 - Workflow Configuration

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

Block 2 - Parse GPT Response

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

Block 3 - Optimize Prompt for Veo

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

Block 4 - GPT-4 API Call

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 5 - Download Video

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

Block 6 - Google Drive Upload

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 7 - Google Sheets Append

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

Block 8 - Google Sheets Trigger

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

Block 9 - Parse Sheet Input

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

Block 10 - Veo Generation1

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

Block 11 - Prepare Veo Request Body

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

Block 12 - Extract Video Data

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

Block 13 - Step 5 - Publishing

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

Block 14 - Upload Video to BLOTATO

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

Block 15 - Youtube

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

Block 16 - Tiktok

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

Block 17 - Linkedin

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

Block 18 - Facebook

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

Block 19 - Instagram

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

Block 20 - Twitter (X)

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

Block 21 - Merge1

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

Block 22 - Google Sheets Append1

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

Block 23 - Step 1 - Prerequisites

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

Block 24 - Step 3 - API Keys Configuration

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

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

3. Summary Table

Workflow Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato
Complexity advanced
Nodes 25
Categories Content Creation, Multimodal AI
Author Dr. Firas
Published 30 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10358/10358.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 Automate AI video creation & multi-platform publishing with GPT-4, Veo 3.1 & Blotato do?

Automate AI Video Creation & Multi Platform Publishing with Veo 3.1 & Blotato Who is this for? This workflow is designed for content c...

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.