Skip to main content

Repurpose YouTube videos across social media with Gemini AI and ContentDrips

Workflow preview

Workflow preview
100%
Repurpose YouTube videos across social media with Gemini AI and ContentDrips preview
Open on n8n.io

Important notice

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

1. Workflow Overview

About this Workflow This workflow helps you repurpose your YouTube videos across multiple social media platforms with zero manual effort. It’s designed for creators, businesses, and marketers who w...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shayan Ali Bakhsh.

Original n8n.io source

1.1 Workflow description

Title
Repurpose YouTube videos across social media with Gemini AI and ContentDrips
Workflow name
Repurpose YouTube videos across social media with Gemini AI and ContentDrips

About this Workflow

This workflow helps you repurpose your YouTube videos across multiple social media platforms with zero manual effort. It’s designed for creators, businesses, and marketers who want to maximize reach without spending hours re-uploading content everywhere.


How It Works

  1. Trigger from YouTube

    • The workflow checks your YouTube channel every 10 minutes via RSS feed.
    • It compares the latest video ID with the last saved one to detect if a new video was uploaded.
    • Tutorial: How to get YouTube Channel RSS Feed
  2. Generate Descriptions with AI

    • Uses Gemini 2.5 Flash to automatically generate fresh, engaging descriptions for your posts.
  3. Create Images with ContentDrips

    • ContentDrips offers multiple templates (carousel, single image, branding templates, etc.).
    • The workflow generates a custom promotional image using your video description and thumbnail.
    • Install node: npm install n8n-nodes-contentdrips
    • Docs: ContentDrips Blog Tutorial
  4. Publish Across Social Platforms with SocialBu

    • Instead of manually connecting each social media API, this workflow uses SocialBu.
    • From a single connection, you can post to:
      Facebook, Instagram, TikTok, YouTube, Twitter (X), LinkedIn, Threads, Pinterest, and more.
    • Website: SocialBu
  5. Get Real-Time Notifications via Discord

    • After each run, the workflow sends updates to your Discord channel.
    • You’ll know if the upload was successful, or if an error occurred (e.g., API limits).
    • Setup guide: Discord OAuth Credentials

Why Use This Workflow?

  • Saves time by automating the entire repurposing process.
  • Ensures consistent branding and visuals across platforms.
  • Works around platform restrictions by leveraging SocialBu’s integrations.
  • Keeps you updated with Discord notifications—no guessing if something failed.

Requirements

  • YouTube channel RSS feed link
  • ContentDrips API key, template ID, and branding setup
  • SocialBu account with connected social media platforms
  • Discord credentials (for webhook updates)

Need Help?

Message me on LinkedIn: Shayan Ali Bakhsh

Happy Automation 🚀

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 - When clicking ‘Execute workflow’

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

Block 2 - 📋 Workflow Overview

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

Block 3 - 🔐 Subscription Setup

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

Block 4 - 🎯 Processing Pipeline

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

Block 5 - 📡 Subscribe to YouTube Notifications

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

Block 6 - 🎣 YouTube Webhook Listener

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

Block 7 - ✅ Send Verification Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.3

Block 8 - 🔐 Validate Security Token

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

Block 9 - Sticky Note

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

Block 10 - Trigger every 5 days

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

Block 11 - Sticky Note1

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

Block 12 - Log Response

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

Block 13 - Run every 10 minutes

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

Block 14 - Fetch Youtube Channel Videos

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

Block 15 - Organize Items

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

Block 16 - Stop

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

Block 17 - If new video

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

Block 18 - Destroy Access Token

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

Block 19 - Get Accounts

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

Block 20 - Get Upload URL

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

Block 21 - Upload PDF

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

Block 22 - Download Image

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

Block 23 - Merge

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

Block 24 - Error Message

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

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

3. Summary Table

Workflow Repurpose YouTube videos across social media with Gemini AI and ContentDrips
Complexity advanced
Nodes 47
Categories Social Media, Multimodal AI
Author Shayan Ali Bakhsh
Published 06 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8338/8338.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 Repurpose YouTube videos across social media with Gemini AI and ContentDrips do?

About this Workflow This workflow helps you repurpose your YouTube videos across multiple social media platforms with zero manual effort. It’s designed for creators, businesses, and marketers who w...

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 Social Media, Multimodal AI use case.