Skip to content
FlowHubFluxonLab
C
Gmailfree

🎥 Analyze YouTube Video for Summaries, Transcripts & Content + Google Gemini AI

by Joseph LePageadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeGmailGmailGoogle DriveGoogle DriveHTTP RequestHTTP Request
Share Post Share
SeConfigHRGet Video Audience MetaDataGet Video Audie…SeCompose PromptsSeExtract MetaData ObjectExtract MetaDat…CoGet Prompt by Prompt TypeGet Prompt by P…SeDefine Audience Meta PromptDefine Audience…HRGet YouTube Information by Prompt TypeGet YouTube Inf…Save to Google Drive as Text FileSave to Google …Send to Gmail as HTMLSend to Gmail a…MaConvert Markdown to HTMLConvert Markdow…FoProvide YouTube Information to User as HTMLProvide YouTube…FoStart WorkflowCoCreate YouTube API URLCreate YouTube …HRGet YouTube Video DetailsGet YouTube Vid…MeMerge123456789101112131415
1/5
STEPS · 15
Starts on an incoming request

🎥 Analyze YouTube Video for Summaries, Transcripts & Content + Google Gemini Who is this for? This workflow is ideal for content creators, video marketers, and research professionals who need to extract actionable insights, detailed transcripts, or metadata from YouTube videos efficiently. It is particularly useful for those leveraging AI tools to analyze video content and optimize audience engagement. What problem does this workflow solve? / Use case Analyzing video content manually can be time-consuming and prone to errors. This workflow automates the process by extracting key metadata, generating summaries, and providing structured transcripts tailored to specific use cases. It helps users save time and ensures accurate data extraction for content optimization. What this workflow does Extracts audience-specific metadata (e.g., video type, tone, key topics, engagement drivers). Generates customized outputs based on six prompt types: Default: Actionable insights and strategies. Transcribe: Verbatim transcription. Timestamps: Timestamped dialogue. Summary: Concise bullet-point summary. Scene: Visual descriptions of settings and techniques.

Tags

n8nreference-onlygmailgoogle-drive
Connects
CCodegmailGmailgoogledriveGoogle DriveWHTTP Request
CategoryGmail
Triggermanual
Complexityadvanced
Nodes15
AddedMar 22, 2025

Related workflows

See all Gmail
CgmailW
free

URL and IP lookups through Greynoise and VirusTotal

This n8n workflow serves as a powerful cybersecurity and threat intelligence tool to look up URLs or IP addresses through industry standard threat intelligence vendors. It starts with either a form submission or a webhook trigger, allowing users to input data, URLs or IPs that require analysis. The workflow then splits into two paths depending on whether the input data is an IP or URL. If an IP was given, it sets the ip variable to the IP; however if a URL was given the workflow will perform a DNS lookup using Google Public DNS and sets the ip variable based on the results from Google. The workflow then checks the obtained IP addresses against GreyNoise services, with one branch utilizing GreyNoise RIOT IP Lookup to assess IP reputation and association with known benign services, and the other using GreyNoise IP Context to evaluate potential threats. The results from both GreyNoise services are merged to create a comprehensive analysis which includes the IP, classification (benign, malicious, or unknown), IP location, tags to identify activity or malware, category, and trust level. In parallel, a VirusTotal scan is initiated for the URL/IP to identify if it is malicious. A 5-second

by n8n Team
CgmailsheetsW
free

Route law firm client intakes with Claude and Google Sheets

Quick Overview This workflow hosts an n8n intake form for a law firm, sends each submission to Anthropic Claude for classification and qualification, logs the result to Google Sheets, emails the intake team for qualified matters via Gmail, and returns a neutral confirmation page to the submitter. How it works Receives a client intake submission through an n8n hosted form. Normalizes the submission into consistent fields (contact details, matter type, incident date, and narrative). Sends the normalized intake to Anthropic Claude to classify practice area, assess urgency and time sensitivity, flag conflict-check needs, and decide whether the matter is qualified. Parses Claude’s JSON response and merges the analysis back into the intake record. If the matter is qualified, sends an HTML alert email via Gmail to the intake team and appends the intake details to the “Qualified Intakes” tab in Google Sheets. If the matter is not qualified, appends the submission and decline reason to the “Declined Intakes” tab in Google Sheets. Returns a confirmation message to the submitter stating the intake was received and that no attorney-client relationship has been formed. Setup Create an Anthropic

by Milos Vranes
gmailgoogledrive
free

Get an mp4 attachment from Gmail to Google Drive

This simple workflow allows you to get an mp4 attachment from gmail email and then upload it to Google Drive to get attachment webview link.

by Wilbert Muza