Automate YouTube Transcripts to Airtable with n8n

This n8n workflow automates the process of extracting YouTube video transcripts and summarizing them directly into Airtable. Save hours of manual content curation by automatically pulling video data, generating summaries, and updating your Airtable database seamlessly.
scheduleTrigger
airtable
code
+3
Workflow Identifier: 2154
NODES in Use: Schedule Trigger, Airtable, Code, HTTP Request, Set, LangChain Information Extractor
Automate YouTube transcripts with n8n and Airtable

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

What This Automation Does

This workflow gets YouTube video links from Airtable and makes summaries automatically.

It finds new videos without summaries and writes the main points in Airtable.

This saves time and avoids mistakes from doing it by hand.

You end with an Airtable full of clear video summaries you can read fast.

No need to watch or copy the videos yourself.


Inputs → Processing → Outputs

Inputs

  • Airtable entries: New YouTube video URLs marked for processing.
  • RapidAPI key: Access to YouTube transcript service.
  • AI LLM credentials: For LangChain node to summarize transcripts.

Processing Steps

  • Fetch new YouTube video URLs from Airtable with empty status.
  • Extract video ID from full URL using code node.
  • Call RapidAPI to get full transcript using the video ID.
  • Combine transcript parts into one text string using code.
  • Send combined transcript to LangChain for summary.
  • Extract summarized main idea and takeaways with Set node.

Output

  • Update Airtable with clear main idea and key takeaways.
  • Mark status as complete for each processed record.

Tools and Services Used

  • n8n: Workflow automation platform.
  • Airtable: Stores YouTube URLs and summaries.
  • RapidAPI YouTube Transcript API: Retrieves video transcripts.
  • LangChain Information Extractor node: Uses AI to summarize text.

Beginner Step-by-Step: How to Use this Workflow in n8n

1. Import the Workflow

  1. Download the workflow file using the Download button on this page.
  2. In n8n editor, select Import from File.
  3. Pick the downloaded workflow file to load it inside n8n.

2. Configure Credentials and IDs

  1. Add Airtable Personal Access Token in the Airtable nodes.
  2. Input RapidAPI Key in the HTTP Request node headers exactly as given.
  3. Connect your AI LLM provider credentials to the LangChain Information Extractor node.
  4. Change Airtable base and table IDs to match your own data if needed.
  5. Check the URL or prompt text in nodes for correctness, copy-paste given code or prompt if it appears.

3. Test and Activate

  1. Run workflow manually once to check data flow and that no errors occur.
  2. Inspect outputs to confirm video ID extraction, transcript retrieval, and summary generation work.
  3. Activate the workflow toggle to run on schedule for automatic processing.

Customizations

  • Change LangChain prompt text to adjust summary style or add details.
  • Increase Airtable query limit from 1 to bigger numbers to process multiple videos at once.
  • Swap transcript API to another provider by editing HTTP Request node settings.
  • Use different status values in Airtable update node, instead of true/false.
  • Add code to extract video titles or dates from Airtable to enrich records.

Troubleshooting

  • No data fetched from Airtable: Check API key, base/table IDs, and filter formula.
  • videoId field is null: Inspect YouTube URLs to match supported formats.
  • HTTP Request errors: Verify RapidAPI key and host headers.
  • LangChain node fails: Check AI credentials and connection status.

Pre-Production Checklist

  • Confirm Airtable API token has permission to read and write.
  • Verify RapidAPI key is active with proper subscription.
  • Test Schedule Trigger and stepwise execution in n8n.
  • Check Code node outputs for correct video IDs.
  • Check HTTP Request node gives transcript JSON.
  • Ensure LangChain produces JSON summary output.
  • Backup Airtable data before any automatic updates.

Deployment Guide

Turn the workflow live in n8n after tests pass.

Watch runs in execution logs for errors or delays.

Schedule Trigger runs every few minutes to find new videos and update Airtable automatically.

Adjust frequency based on API limits and video volume.

For better control and privacy consider self-host n8n.


Summary

→ This workflow finds new YouTube videos from Airtable and writes clean summaries automatically.

→ Saves hours daily by removing manual transcript work.

✓ Gives a clear main idea and key points in the Airtable for each video.

✓ Runs on schedule to keep content fresh without human work.

✓ Simple to configure with API keys and known node setup.


Example Code Snippet (Video ID Extraction)

Use this JavaScript code in Code node named “Get Video ID” to get the video ID from URL.

// Loop over input items
for (const item of $input.all()) {
    const Source = item.json.Source;
    const videoIdMatch = Source.match(/(?:v=|\/)([a-zA-Z0-9_-]{11})/);
    const videoId = videoIdMatch ? videoIdMatch[1] : null;
    item.json.videoId = videoId;
}
return $input.all();

Example AI Summary Prompt for LangChain Node

Paste this prompt into LangChain Information Extractor node prompt field.

Your job is to generate detailed summary of "{{ $json.Transcript }}".

Always output your answer in the following format:

- Main Idea
- Takeaways

Automate YouTube transcripts with n8n and Airtable

Visit through Desktop to Interact with the Workflow.

Frequently Asked Questions

Check if API key is correct and active. Verify base and table IDs match Airtable setup. Confirm filter formula syntax works in Airtable itself.
Malformed YouTube URLs without correct ‘v=’ parameter cause null videoId. Check URL format and update regex if needed.
Missing or wrong RapidAPI key in HTTP headers causes auth failure. Confirm exact RapidAPI key is set in ‘X-Rapidapi-Key’ header.
Verify AI LLM credentials are connected properly. Check the node configuration and that prompt text is correct.
Author
Written By
Vikash Kumar
Building AI agents, n8n workflows and end-to-end automation for 30+ Brands across India, the US, Europe, Dubai & Australia. 7+ years of Experience saving founders real hours every week - no code required.

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.