Block 1 - Workflow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How it Works This workflow automates the collection and analysis of YouTube comments from a video and sends a summary report via email , using Google Sheets , the YouTube API , OpenAI (GPT 4o) , an...
n8n-nodes-base.stickynote, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.youtube, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Amit Mehta.
Original n8n.io sourceThis workflow automates the collection and analysis of YouTube comments from a video and sends a summary report via email, using Google Sheets, the YouTube API, OpenAI (GPT-4o), and Gmail.
Whether you're a content creator, brand manager, or social media analyst, this workflow helps you automate sentiment analysis and receive insights directly in your inbox โ all triggered from a simple spreadsheet.
Ideal for:
Youtube_VideoStatus as PendingConnect your Google account to:
Pick Video IDs from Google SheetUpdate Status on Google SheetOnce live, the workflow will:
Mail sentMail sent| Node Name | Description |
|---|---|
| Pick Video IDs from Google Sheet | Watches the spreadsheet and retrieves pending video IDs |
| If | Checks whether status is 'Pending' |
| Limit | Restricts the number of processed rows |
| Set Video Details | Prepares video info (e.g., title, channel) |
| Get YouTube Video Details | Fetches metadata (title, channel, etc.) |
| Get YouTube Video Comments | Pulls top-level comments using YouTube API |
| Prepare Comments Data | Formats comment text for OpenAI |
| AI Agent | Summarizes comments using OpenAI's GPT-4o |
| Prepare HTML for Email | Converts summary into HTML for email body |
| Gmail Account Configuration | Sends the email report via Gmail |
| Update Status on Google Sheet | Marks the row as 'Mail sent' |
| Node/Section | Sticky Note Content |
|---|---|
| Pick Video IDs from Google Sheet | "Triggers on new YouTube videos in your spreadsheet" |
| AI Agent | "Uses OpenAI to generate an analysis summary โ customize prompt as needed" |
| Gmail | "Sends summary report โ you can update subject, recipients, or style" |
| Update Status | "Marks video as processed to avoid duplicate runs" |
| File Name | Purpose |
|---|---|
| Youtube_Video | Google Sheet to hold YouTube video IDs and status |
| Youtube_Comment_Scraper.json | Main n8n workflow export for this automation |
PendingThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | YouTube comment scraper & analyzer with GPT-4o + email summary report |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Market Research, AI Summarization |
| Author | Amit Mehta |
| Published | 11 Jun 2025 |
Use the JSON export at /data/workflows/4863/4863.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
How it Works This workflow automates the collection and analysis of YouTube comments from a video and sends a summary report via email , using Google Sheets , the YouTube API , OpenAI (GPT 4o) , an...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Market Research, AI Summarization use case.