Skip to main content

Fully automated AI video generation & multi-platform publishing

Workflow preview

Workflow preview
100%
Fully automated AI video generation & multi-platform publishing preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Description This comprehensive n8n automation template orchestrates a complete end to end workflow for generating engaging short form Point of View (POV) style videos using multiple AI services and...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote, n8n-nodes-base.merge, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Juan Carlos Cavero Gracia.

Original n8n.io source

1.1 Workflow description

Title
Fully automated AI video generation & multi-platform publishing
Workflow name
Fully automated AI video generation & multi-platform publishing

Description

This comprehensive n8n automation template orchestrates a complete end-to-end workflow for generating engaging short-form Point-of-View (POV) style videos using multiple AI services and automatically publishing them across major social media platforms. It takes ideas from a Google Sheet and transforms them into finished videos with captions, voiceovers, and platform-specific descriptions, ready for distribution.

Who Is This For?

  • Content Creators & Agencies: Mass-produce unique short-form video content for various clients or channels with minimal manual effort.
  • Digital Marketers: Automate video content pipelines to boost online presence and engagement across multiple platforms simultaneously.
  • Social Media Managers: Schedule and distribute consistent video content efficiently without juggling multiple tools and manual uploads.
  • Businesses: Leverage AI to create branded video content for marketing, reducing production time and costs.

What Problem Does This Workflow Solve?

Creating and distributing high-quality short-form video content consistently across multiple social networks is incredibly time-consuming and resource-intensive. This workflow tackles these challenges by:

  • Automating Idea-to-Video Pipeline: Generates video concepts, image prompts, scripts, images, video clips, and voiceovers using AI.
  • Streamlining Video Assembly: Automatically combines generated assets into a final video using a template.
  • Generating Platform-Optimized Descriptions: Creates relevant descriptions for posts by transcribing the final video audio.
  • Automating Multi-Platform Publishing: Uploads the final video and description to TikTok, Instagram, YouTube, Facebook, and LinkedIn simultaneously.
  • Reducing Manual Workload: Drastically cuts down the time and effort required for video production and distribution.
  • Centralized Tracking: Updates a Google Sheet with results, costs, and status for easy monitoring.

How It Works

  1. Trigger & Input: Runs on a daily schedule (configurable) and fetches new video ideas from a designated Google Sheet.
  2. AI Content Generation:
    • Uses OpenAI to generate video captions and image prompts based on the idea.
    • Uses PiAPI (Flux) to generate images from prompts.
    • Uses PiAPI (Kling) to generate video clips from the images (Image-to-Video).
    • Uses OpenAI to generate a voiceover script based on the captions.
    • Uses ElevenLabs to generate voiceover audio from the script and uploads it to Google Drive.
  3. Video Assembly: Combines the generated video clips, captions, and voiceover audio using a Creatomate template to render the final video.
  4. Description Generation: Uploads the final video to Google Drive, extracts the audio using OpenAI (Whisper), and generates a social media description using OpenAI (GPT).
  5. Multi-Platform Distribution: Uses upload-post.com to upload the final video and generated description to TikTok, Instagram, YouTube, Facebook, and LinkedIn.
  6. Tracking & Notification: Updates the original Google Sheet row with output details (video link, costs, tokens used) and sends a completion notification via Discord.

Setup

  1. Accounts & API Keys: Obtain accounts and generate API keys/credentials for:
    • n8n
    • Google Cloud Platform (for Google Sheets & Google Drive APIs + OAuth Credentials)
    • OpenAI
    • PiAPI
    • ElevenLabs
    • Creatomate
    • upload-post.com
    • Discord (Webhook URL)
  2. Google Sheet: Make a copy of the provided Google Sheet Template and connect it in the Load Google Sheet node.
  3. Creatomate Template: Set up a video template in Creatomate (use the provided JSON source code as a base) and note its Template ID.
  4. Configure Nodes:
    • Enter all API Keys/Credentials in the Set API Keys node and other relevant credential sections (Google nodes, upload-post nodes, etc.).
    • Configure Google Drive nodes (Folder IDs, Permissions).
    • Configure the upload-post.com nodes with your user identifier and necessary platform details (e.g., Facebook Page ID).
    • Customize AI prompts within the OpenAI nodes (Generate Video Captions, Generate Image Prompts, Generate Script, Generate Description...) if desired.
    • Set the Discord Webhook URL in the Notify me on Discord node.
  5. Enable Google APIs: Ensure Google Drive API and Google Sheets API are enabled in your Google Cloud Project.

Requirements

  • Accounts: n8n, Google (Sheets, Drive, Cloud Platform), OpenAI, PiAPI, ElevenLabs, Creatomate, The social media api Upload-Post, Discord.
  • API Keys & Credentials: API Keys for OpenAI, PiAPI, ElevenLabs, Creatomate, upload-post.com. Google Cloud OAuth 2.0 Credentials. Discord Webhook URL.
  • Templates: A configured Google Sheet based on the template, a configured Creatomate video template.
  • (Potentially) Paid Plans: Some services (OpenAI, PiAPI, Creatomate, upload-post.com) may require paid plans depending on usage volume after free trials/credits are exhausted.

Use this template to build a powerful, automated video content factory, scaling your production and distribution efforts across the social media landscape.

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 - Get image

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

Block 2 - Generate Image

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

Block 3 - Image-to-Video

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

Block 4 - Get Video

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

Block 5 - List Elements

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

Block 6 - Wait 10min

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

Block 7 - Wait 3min

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

Block 8 - Wait 5min

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

Block 9 - Generate voice

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

Block 10 - List Elements1

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

Block 11 - Fail check

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

Block 12 - Wait to retry

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

Block 13 - Generate Image Prompts

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

Block 14 - Calculate Token Usage

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

Block 15 - Check for failures

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

Block 16 - Sticky Note1

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

Block 17 - Sticky Note

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

Block 18 - Generate Video Captions

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

Block 19 - Sticky Note2

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

Block 20 - Match captions with videos

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

Block 21 - Generate Script

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

Block 22 - Upload Voice Audio

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

Block 23 - Set Access Permissions

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

Block 24 - Pair Videos with Audio

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

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

3. Summary Table

Workflow Fully automated AI video generation & multi-platform publishing
Complexity advanced
Nodes 51
Categories Content Creation, Multimodal AI
Author Juan Carlos Cavero Gracia
Published 05 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3442/3442.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 Fully automated AI video generation & multi-platform publishing do?

Description This comprehensive n8n automation template orchestrates a complete end to end workflow for generating engaging short form Point of View (POV) style videos using multiple AI services and...

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.