Back to Catalog

Video transcription automation with VLM Run, Google Drive and Docs

Mirajul MohinMirajul Mohin
751 views
2/3/2026
Official Page

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

What this workflow does

  1. Monitors Google Drive for new video file uploads
  2. Downloads and processes videos using VLM Run AI transcription
  3. Generates accurate transcripts with timestamps, audio content, and video descriptions
  4. Saves formatted reports to Google Docs for instant access and sharing

Setup

Prerequisites: Google Drive account, VLM Run API credentials, Google Docs access, self-hosted n8n. You need to install VLM Run community node

Quick Setup:

  1. Configure Google Drive OAuth2 and create video upload folder
  2. Add VLM Run API credentials
  3. Set up Google Docs integration for transcript storage
  4. Update folder/document IDs in workflow nodes
  5. Test with sample video files and activate

Perfect for

  • Meeting transcription and documentation
  • Content creation and video accessibility
  • Educational content processing and analysis
  • Interview transcription and note-taking
  • Podcast and webinar documentation
  • Legal deposition and testimony recording
  • Customer support call analysis

Key Benefits

  • Asynchronous processing handles large video files without timeouts
  • Multi-format support for MP4, AVI, MOV, WebM, MKV formats
  • Dual content extraction captures both audio transcripts and video descriptions
  • Eliminates manual transcription saving hours of documentation time
  • High accuracy speech recognition with multi-language support
  • Structured output with timestamps and scene descriptions

How to customize

Extend by adding:

  • Speaker identification and voice separation
  • Sentiment analysis and keyword extraction
  • Integration with project management tools
  • Email notifications for transcription completion
  • Summary generation and key point extraction
  • Multi-language translation capabilities
  • Search indexing for transcript databases
  • Integration with video editing software

This workflow transforms manual video transcription into an automated, accurate, and efficient process, making video content accessible and searchable for your business operations, educational needs, or content creation workflows.

n8n Workflow: Basic Google Drive and Docs Interaction

This n8n workflow demonstrates a foundational setup for interacting with Google Drive and Google Docs. It includes a trigger for new files in Google Drive, a general Google Drive node, a Google Docs node, and a generic webhook. While the workflow itself doesn't define specific actions beyond the triggers and nodes, it provides the building blocks for more complex automation involving these Google services.

What it does

This workflow contains the following components, laid out for potential integration:

  1. Google Drive Trigger: Listens for events within Google Drive (e.g., new file uploads, modifications). This node is configured to trigger the workflow upon such events.
  2. Webhook: A generic HTTP webhook that can be used as a starting point for external triggers or to send data out of the workflow.
  3. Google Drive Node: A general Google Drive node, ready to be configured for actions like searching, uploading, downloading, or managing files within Google Drive.
  4. Google Docs Node: A general Google Docs node, ready to be configured for actions such as creating, reading, updating, or deleting documents.
  5. Sticky Note: A sticky note for documentation or reminders within the workflow canvas.

Prerequisites/Requirements

To use this workflow, you will need:

  • n8n Instance: A running n8n instance (cloud or self-hosted).
  • Google Account: A Google account with access to Google Drive and Google Docs.
  • Google OAuth2 Credentials: Configured Google OAuth2 credentials in n8n to connect to Google Drive and Google Docs. Ensure the credentials have the necessary scopes for Drive and Docs access.

Setup/Usage

  1. Import the Workflow:
    • Download the provided JSON file.
    • In your n8n instance, go to "Workflows" and click "New".
    • Click the "Import from JSON" button and paste the workflow JSON or upload the file.
  2. Configure Google Credentials:
    • Click on the "Google Drive Trigger" node, the "Google Drive" node, and the "Google Docs" node.
    • For each, select or create a new "Google OAuth2" credential. Follow the n8n documentation to set up Google OAuth2 credentials if you haven't already. Ensure the necessary scopes for Google Drive and Google Docs are enabled.
  3. Activate the Google Drive Trigger:
    • Configure the "Google Drive Trigger" node with the specific folder or events you want to monitor in Google Drive.
    • Once configured, activate the workflow to start listening for events.
  4. Extend the Workflow:
    • This workflow provides the basic nodes. To build a functional automation, you will need to connect these nodes and add logic. For example:
      • Connect the "Google Drive Trigger" to the "Google Drive" node to process newly uploaded files.
      • Connect the "Google Drive" node to the "Google Docs" node to extract text from a file and create a new Google Doc.
      • Use the "Webhook" node to receive external data or send notifications after processing.

Related Templates

AI-powered code review with linting, red-marked corrections in Google Sheets & Slack

Advanced Code Review Automation (AI + Lint + Slack) Who’s it for For software engineers, QA teams, and tech leads who want to automate intelligent code reviews with both AI-driven suggestions and rule-based linting — all managed in Google Sheets with instant Slack summaries. How it works This workflow performs a two-layer review system: Lint Check: Runs a lightweight static analysis to find common issues (e.g., use of var, console.log, unbalanced braces). AI Review: Sends valid code to Gemini AI, which provides human-like review feedback with severity classification (Critical, Major, Minor) and visual highlights (red/orange tags). Formatter: Combines lint and AI results, calculating an overall score (0–10). Aggregator: Summarizes results for quick comparison. Google Sheets Writer: Appends results to your review log. Slack Notification: Posts a concise summary (e.g., number of issues and average score) to your team’s channel. How to set up Connect Google Sheets and Slack credentials in n8n. Replace placeholders (<YOURSPREADSHEETID>, <YOURSHEETGIDORNAME>, <YOURSLACKCHANNEL_ID>). Adjust the AI review prompt or lint rules as needed. Activate the workflow — reviews will start automatically whenever new code is added to the sheet. Requirements Google Sheets and Slack integrations enabled A configured AI node (Gemini, OpenAI, or compatible) Proper permissions to write to your target Google Sheet How to customize Add more linting rules (naming conventions, spacing, forbidden APIs) Extend the AI prompt for project-specific guidelines Customize the Slack message formatting Export analytics to a dashboard (e.g., Notion or Data Studio) Why it’s valuable This workflow brings realistic, team-oriented AI-assisted code review to n8n — combining the speed of automated linting with the nuance of human-style feedback. It saves time, improves code quality, and keeps your team’s review history transparent and centralized.

higashiyama By higashiyama
90

Daily cash flow reports with Google Sheets, Slack & Email for finance teams

Simplify financial oversight with this automated n8n workflow. Triggered daily, it fetches cash flow and expense data from a Google Sheet, analyzes inflows and outflows, validates records, and generates a comprehensive daily report. The workflow sends multi-channel notifications via email and Slack, ensuring finance professionals stay updated with real-time financial insights. 💸📧 Key Features Daily automation keeps cash flow tracking current. Analyzes inflows and outflows for actionable insights. Multi-channel alerts enhance team visibility. Logs maintain a detailed record in Google Sheets. Workflow Process The Every Day node triggers a daily check at a set time. Get Cash Flow Data retrieves financial data from a Google Sheet. Analyze Inflows & Outflows processes the data to identify trends and totals. Validate Records ensures all entries are complete and accurate. If records are valid, it branches to: Sends Email Daily Report to finance team members. Send Slack Alert to notify the team instantly. Logs to Sheet appends the summary data to a Google Sheet for tracking. Setup Instructions Import the workflow into n8n and configure Google Sheets OAuth2 for data access. Set the daily trigger time (e.g., 9:00 AM IST) in the "Every Day" node. Test the workflow by adding sample cash flow data and verifying reports. Adjust analysis parameters as needed for specific financial metrics. Prerequisites Google Sheets OAuth2 credentials Gmail API Key for email reports Slack Bot Token (with chat:write permissions) Structured financial data in a Google Sheet Google Sheet Structure: Create a sheet with columns: Date Cash Inflow Cash Outflow Category Notes Updated At Modification Options Customize the "Analyze Inflows & Outflows" node to include custom financial ratios. Adjust the "Validate Records" filter to flag anomalies or missing data. Modify email and Slack templates with branded formatting. Integrate with accounting tools (e.g., Xero) for live data feeds. Set different trigger times to align with your financial review schedule. Discover more workflows – Get in touch with us

Oneclick AI SquadBy Oneclick AI Squad
619

Competitor intelligence agent: SERP monitoring + summary with Thordata + OpenAI

Who this is for? This workflow is designed for: Marketing analysts, SEO specialists, and content strategists who want automated intelligence on their online competitors. Growth teams that need quick insights from SERP (Search Engine Results Pages) without manual data scraping. Agencies managing multiple clients’ SEO presence and tracking competitive positioning in real-time. What problem is this workflow solving? Manual competitor research is time-consuming, fragmented, and often lacks actionable insights. This workflow automates the entire process by: Fetching SERP results from multiple search engines (Google, Bing, Yandex, DuckDuckGo) using Thordata’s Scraper API. Using OpenAI GPT-4.1-mini to analyze, summarize, and extract keyword opportunities, topic clusters, and competitor weaknesses. Producing structured, JSON-based insights ready for dashboards or reports. Essentially, it transforms raw SERP data into strategic marketing intelligence — saving hours of research time. What this workflow does Here’s a step-by-step overview of how the workflow operates: Step 1: Manual Trigger Initiates the process on demand when you click “Execute Workflow.” Step 2: Set the Input Query The “Set Input Fields” node defines your search query, such as: > “Top SEO strategies for e-commerce in 2025” Step 3: Multi-Engine SERP Fetching Four HTTP request tools send the query to Thordata Scraper API to retrieve results from: Google Bing Yandex DuckDuckGo Each uses Bearer Authentication configured via “Thordata SERP Bearer Auth Account.” Step 4: AI Agent Processing The LangChain AI Agent orchestrates the data flow, combining inputs and preparing them for structured analysis. Step 5: SEO Analysis The SEO Analyst node (powered by GPT-4.1-mini) parses SERP results into a structured schema, extracting: Competitor domains Page titles & content types Ranking positions Keyword overlaps Traffic share estimations Strengths and weaknesses Step 6: Summarization The Summarize the content node distills complex data into a concise executive summary using GPT-4.1-mini. Step 7: Keyword & Topic Extraction The Keyword and Topic Analysis node extracts: Primary and secondary keywords Topic clusters and content gaps SEO strength scores Competitor insights Step 8: Output Formatting The Structured Output Parser ensures results are clean, validated JSON objects for further integration (e.g., Google Sheets, Notion, or dashboards). Setup Prerequisites n8n Cloud or Self-Hosted instance Thordata Scraper API Key (for SERP data retrieval) OpenAI API Key (for GPT-based reasoning) Setup Steps Add Credentials Go to Credentials → Add New → HTTP Bearer Auth* → Paste your Thordata API token. Add OpenAI API Credentials* for the GPT model. Import the Workflow Copy the provided JSON or upload it into your n8n instance. Set Input In the “Set the Input Fields” node, replace the example query with your desired topic, e.g.: “Google Search for Top SEO strategies for e-commerce in 2025” Execute Click “Execute Workflow” to run the analysis. How to customize this workflow to your needs Modify Search Query Change the search_query variable in the Set Node to any target keyword or topic. Change AI Model In the OpenAI Chat Model nodes, you can switch from gpt-4.1-mini to another model for better quality or lower cost. Extend Analysis Edit the JSON schema in the “Information Extractor” nodes to include: Sentiment analysis of top pages SERP volatility metrics Content freshness indicators Export Results Connect the output to: Google Sheets / Airtable for analytics Notion / Slack for team reporting Webhook / Database for automated storage Summary This workflow creates an AI-powered Competitor Intelligence System inside n8n by blending: Real-time SERP scraping (Thordata) Automated AI reasoning (OpenAI GPT-4.1-mini) Structured data extraction (LangChain Information Extractors)

Ranjan DailataBy Ranjan Dailata
632