Skip to main content

Generate short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive

Workflow preview

Workflow preview
100%
Generate short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive preview
Open on n8n.io

1. Workflow Overview

Overview Stop recording, editing, and posting manually. This workflow takes any topic or idea as input, uses Claude to write a punchy short form script, ElevenLabs to generate a natural voiceover, ...

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.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.set, n8n-nodes-base.httprequest, 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 Akshay Chug.

Original n8n.io source

1.1 Workflow description

Title
Generate short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive
Workflow name
Generate short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive

Overview

Stop recording, editing, and posting manually. This workflow takes any topic or idea as input, uses Claude to write a punchy short-form script, ElevenLabs to generate a natural voiceover, and Creatomate to render the finished video with captions and your brand visuals and then stores it in Google Drive and alerts your team.

Built for TikTok, Instagram Reels, and YouTube Shorts.

How it works

  • Submit a video topic via the built-in form or replace it with a Schedule Trigger to pull topics from a Google Sheet automatically

  • Claude Sonnet writes a 45-60 second script with a strong hook, clear value points, and a call to action

  • ElevenLabs converts the script to a natural-sounding MP3 voiceover in your chosen voice

  • The audio is uploaded to Google Drive and sent to Creatomate, which renders the final video with animated captions and your brand template

  • The workflow waits for Creatomate to finish rendering, then retrieves the completed video file

  • The finished video is uploaded to Google Drive for team access

  • A Slack alert is sent with the Drive link and every run is logged to Google Sheets

Setup steps

  1. Settings node — Open Configure Brand Settings and fill in your brand name, niche, tone, ElevenLabs Voice ID, Creatomate Template ID, and Drive folder name. This is the only node you need to personalise

  2. Claude AI — Add your Anthropic API key to the Claude Sonnet sub-node from console.anthropic.com

  3. ElevenLabs — Get your API key from elevenlabs.io and replace YOUR_ELEVENLABS_API_KEY in Generate Voiceover. Find your Voice ID under Voices in ElevenLabs

  4. Creatomate — Sign up at creatomate.com, create a short-form video template with Voiceover, Caption, Title, and Brand elements, then add your API key and Template ID

  5. Google Drive — Connect your Google account in Upload Audio to Drive and Upload Video to Drive. Create two folders and add their IDs to each node

  6. Slack — Connect Slack in Notify Team - Video Ready and set your channel. Right-click and Disable if unused

  7. Google Sheets — Create a sheet called Video Log with columns: Timestamp, Video ID, Topic, Platform, Script Preview, Status, Drive Link

TEST : Submit a test topic through the form to verify the full pipeline end to end

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 - Submit Video Topic

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

Block 8 - Configure Brand Settings

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

Block 9 - Write Video Script

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 10 - Claude Sonnet

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

Block 11 - Extract Script

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

Block 12 - Generate Voiceover

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

Block 13 - Upload Audio to Drive

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

Block 14 - Render Video

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

Block 15 - Wait for Render

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

Block 16 - Get Render Status

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

Block 17 - Upload Video to Drive

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

Block 18 - Notify Team - Video Ready

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

Block 19 - Log Video Run

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

3. Summary Table

Workflow Generate short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive
Complexity advanced
Nodes 19
Categories Content Creation, Multimodal AI
Author Akshay Chug
Published 19 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15832/15832.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 short-form social videos with Claude, ElevenLabs, Creatomate and Google Drive do?

Overview Stop recording, editing, and posting manually. This workflow takes any topic or idea as input, uses Claude to write a punchy short form script, ElevenLabs to generate a natural voiceover, ...

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.