Skip to main content

Generate YouTube content ideas from video analysis with Dumpling AI and GPT-4o

Workflow preview

Workflow preview
100%
Generate YouTube content ideas from video analysis with Dumpling AI and GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who's it for This template is perfect for YouTube creators, content marketers, and social media managers who want to turn existing videos into fresh, high performing content ideas—automatically. It...

Best for

  • Content Creation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitout

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate YouTube content ideas from video analysis with Dumpling AI and GPT-4o
Workflow name
Generate YouTube content ideas from video analysis with Dumpling AI and GPT-4o

Who's it for

This template is perfect for YouTube creators, content marketers, and social media managers who want to turn existing videos into fresh, high-performing content ideas—automatically. It’s ideal if you want to save time brainstorming and focus on publishing videos that your audience actually wants.


What it does

This workflow watches a Google Sheet for new YouTube video links. For each new video, it fetches the transcript and top comments using Dumpling AI, then sends that data along with the original search topic to GPT-4o.

GPT-4o returns 3–5 new content ideas based on:

  • What was discussed in the video
  • What people are searching for
  • What viewers are saying in the comments

Each idea is saved to another Google Sheet and also sent to your email.


How it works

  1. Trigger: Watches for new rows in the "YouTube Finds" sheet
  2. Transcript & Comments: Sends video URL to Dumpling AI to fetch transcript and comments
  3. Merge & Format: Cleans and aggregates comments into one input
  4. AI Prompting: GPT-4o analyzes transcript, topic, and comments to suggest ideas
  5. Output: Splits and saves the results to a "YouTube Content Idea" sheet and emails them

Requirements

  • 🧠 OpenAI API Key stored securely in credentials
  • 🤖 Dumpling AI API Key stored as HTTP header credentials
  • 📄 Google Sheets with the following setup:

Input Sheet ("YouTube Finds")

  • Video Link
  • search topic

Output Sheet ("YouTube Content Idea")

  • title
  • whyGoodIdea
  • engagementPotential

How to customize

You can:

  • Change the number of ideas returned by GPT-4o
  • Adjust the AI prompt to reflect your niche (e.g. education, tech, travel)
  • Add an approval step before sending the email
  • Extend it to post ideas directly into Trello, Notion, or Airtable

> This workflow gives you an automated content strategist working 24/7—turning every YouTube upload into a launching pad for future content.

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 - Trigger on New YouTube Video Row

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

Block 2 - Loop Over Videos

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

Block 3 - Wait Between Requests

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

Block 4 - Get Transcript from Dumpling AI

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

Block 5 - Get Comments from Dumpling AI

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

Block 6 - Extract Comment Content

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

Block 7 - Merge Comments into Single Field

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

Block 8 - Generate Video Ideas with GPT-4o

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

Block 9 - Split Content Ideas

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

Block 10 - Save Video Ideas to Google Sheets

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

Block 11 - Email Content Ideas

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

3. Summary Table

Workflow Generate YouTube content ideas from video analysis with Dumpling AI and GPT-4o
Complexity intermediate
Nodes 13
Categories Content Creation
Author Yang
Published 19 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8762/8762.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 YouTube content ideas from video analysis with Dumpling AI and GPT-4o do?

Who's it for This template is perfect for YouTube creators, content marketers, and social media managers who want to turn existing videos into fresh, high performing content ideas—automatically. It...

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 use case.