YouTube Automation Workflows
438 ready-made YouTube workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Content pipelines: transcripts, uploads, analytics, and repurposing workflows.
Automate YouTube Bedtime Story Videos with OpenAI and n8n
Transform audio recordings into captivating YouTube bedtime story videos with this automated n8n workflow. Leverage OpenAI for transcription and image generation, and manage content seamlessly via Google Sheets and Telegram.
n8n$24.99Automate YouTube Video Summaries to Discord with AI and Slack Approval
This n8n workflow automates the process of summarizing YouTube videos using AI, sending them for approval via Slack, and distributing approved summaries to Discord, while logging all data in Google Sheets.
n8n$9.99Automate Social Media Content Creation from YouTube Videos
Automatically transform YouTube videos into social media content by enriching them with Vizard AI metadata, generating captions with GPT-4.1, logging details to Google Sheets, and sending notifications via Gmail.
n8n$9.99Convert YouTube Videos to Multilingual SEO Blogs Automatically
Transform YouTube videos into SEO-friendly, multilingual blog posts using this automated n8n workflow. Ideal for content creators and marketers seeking to repurpose video content efficiently.
n8n$4.99Automate YouTube Video Summarization and Interactive Q&A with GPT-4o-mini via Telegram
This n8n workflow automates the extraction and summarization of YouTube video transcripts, allowing users to interact with the content through AI-driven Q&A via Telegram.
n8n$14.99Track YouTube Channel's Top Videos in Google Sheets
Automatically fetch and record the most-viewed videos from specified YouTube channels into a Google Sheet for easy tracking and analysis.
n8n$9.99Automate YouTube Comment Analysis and Video Insights with AI
This workflow automates the extraction and analysis of YouTube comments and video insights using AI, helping content creators and marketers optimize their strategies.
n8n$14.99Automate YouTube Video Summaries to Obsidian via Dropbox
Automatically fetch YouTube videos from a playlist, generate detailed summaries using OpenAI, and save them as Markdown files in Dropbox for seamless integration with Obsidian.
n8n$14.99Automatically Update YouTube Video Descriptions with Inserted Text
## Who is this for? This workflow is designed for YouTubers who want to update their video descriptions in bulk without manually editing each one. It's especially useful for creators who include a standard set of links in their descriptions and need to insert a new link between existing ones across multiple videos. ## What problem does this workflow solve? Manually updating video descriptions for multiple videos can be tedious and time-consuming. If you have a section in your video descriptions that contains important links, adding a new one in a specific position (e.g., between two existing links) can be a challenge. This workflow automates that process, allowing you to insert a specific string between two predefined rows in all of your video descriptions at once. ## What this workflow does 1. Fetches all videos from your YouTube channel. 2. Iterates through each video to retrieve its existing description. 3. Identifies two predefined rows in the description. 4. Inserts a new row between the two specified rows. 5. Updates the video description with the modified text. ## Setup 1. Connect your YouTube account to n8n and grant necessary permissions. 2. Define your variables in the Set String to Insert node: - **rowBefore**: The existing row after which the new row will be inserted. - **rowToInsert**: The new text or link to insert. - **rowAfter**: The existing row before which the new row will be inserted. 3. Run the workflow using the manual trigger. 4. Review the updated descriptions to ensure accuracy. ## How to customize this workflow to your needs - **Change the insertion criteria** by modifying the rowBefore and rowAfter values. - **Insert multiple rows** by adjusting the JavaScript code in the Code node. - **Extend the workflow** by adding conditions (e.g., only updating descriptions of videos with certain tags). - **Filter specific** videos instead of updating all by modifying the Get All Videos node. This workflow ensures that all your YouTube descriptions stay updated and consistent with minimal effort.
n8n$9.99Automate AI-Generated YouTube Music Playlists with Suno, GPT-4, and Runway
Streamline your music production process with this comprehensive workflow that automates the creation and publication of AI-generated music playlists on YouTube. From generating song ideas to publishing finished videos, this workflow leverages advanced AI services to handle every step.
n8n$24.99Automate YouTube Short Video Creation with AI Tools
Streamline the creation of engaging YouTube short videos using AI technologies like ElevenLabs, Hailuo AI, and OpenAI. This workflow automates everything from script generation to video upload, enhancing efficiency for marketers and content creators.
n8n$24.99Automate YouTube Comment Sentiment Analysis with Google Sheets and AI
This n8n workflow automates the extraction and sentiment analysis of YouTube video comments using Google Sheets and AI, providing insights into audience sentiment.
n8n$14.99Automate YouTube Video Promotion on X with AI-Generated Posts
Effortlessly promote your latest YouTube videos on X (formerly Twitter) using AI-generated posts. This workflow is ideal for content creators and marketers aiming to keep their audience engaged with timely updates.
n8n$4.99Automate Hashtag Generation from Twitter & YouTube Trends Using Mistral AI
This workflow automates the process of collecting trending topics from Twitter and YouTube, generating relevant hashtags using Mistral AI, and saving the results to Google Sheets. Ideal for marketers and content creators, it streamlines trend analysis and hashtag creation.
n8n$9.99Automate YouTube Video Summarization and Repurposing via Telegram Bot
This workflow allows multiple users to interact with a Telegram bot that summarizes YouTube videos and repurposes content using OpenAI. Ideal for content creators and marketers.
n8n$9.99Automate Multilingual YouTube Metadata Translation with AI and Google Sheets
Streamline the process of translating YouTube video metadata into multiple languages using AI, and manage it all through Google Sheets. This workflow automates the detection of new videos, translates their metadata, and updates it directly on YouTube, saving time and expanding your global reach.
n8n$14.99Transform YouTube Videos into Engaging Short Clips
This workflow automates the process of converting YouTube videos into short, engaging clips using AI-driven transcript analysis and clip selection.
n8n$14.99YouTube RAG Search with Frontend Using Apify, Qdrant, and AI
### Ever wanted to build your own RAG search over Youtube videos? Well, now you can! This n8n template shows how you can build a very capable Youtube search engine powered by Apify, Qdrant, and your LLM of choice to quickly and efficiently browse over many videos for research. I originally started this template to ask questions on the n8n @ scale office-hours livestream videos but then extended it to include the latest videos on the official channel. **Check out a demo here**: [https://jimleuk.app.n8n.cloud/webhook/n8n_videos](https://jimleuk.app.n8n.cloud/webhook/n8n_videos) ## How it works * Stage 1 is to collect the Youtube video transcripts and push them into a vector database. For this, I've used Apify to scrape Youtube and Qdrant to store the embeddings. * Transcripts are broken down into smaller chunks and carefully tagged with metadata to assist in later search and filtering. * Stage 2 is to build a web frontend for the user to query the vectorized transcripts. I'm using a webhook to serve a simple web app and API to dynamically fetch the results. * When searching for a video, I've opted to use Qdrant's search groups API which, in this use-case, performs better as it returns a wider range of video results. * In the web frontend, when the user clicks on the results, the matching Youtube video plays in an embedded video player. ## How to use * Once credentials are all set, first run steps 1 - 3 to populate your vector store. * Next, set the workflow to active to expose the web frontend. Visit the webhook URL in your browser to use it. * If only for personal use, you may want to remove the rate limiting mechanism in step 4. ## Requirements * Apify for Youtube Channel and Video Scraping * Qdrant for Vector store * OpenAI for LLM and Embeddings ## Customizing the template * Not interested in official n8n videos? Swap to a different channel - this template will work on many as long as videos are not private or set to prevent embeds. * Technically any vector store should work but may not have the same grouping API. Use the simple vector store node and revert back to basic searching instead.
n8n$24.99Automate YouTube Video Uploads with Google Sheets and Drive
Streamline your YouTube video publishing by automating uploads using metadata from Google Sheets and video files from Google Drive. This workflow ensures timely uploads and organizes your video assets efficiently.
n8n$9.99YouTube Video Summaries with GPT-4, Slack Approvals & Reddit Posting
# AI-Powered YouTube Video Summary Distributor: From Channel to Community! ## Workflow Overview This sophisticated n8n automation transforms YouTube content discovery into a seamless, multi-platform intelligence sharing process. By intelligently connecting YouTube RSS, AI summarization, and content distribution platforms, the workflow: 1. **Discovers New Content**: - Monitors YouTube channels via RSS feed - Captures latest video uploads - Tracks content in real-time 2. **AI-Powered Summarization**: - Extracts video metadata - Generates concise, meaningful summaries - Leverages GPT-4 for intelligent content analysis 3. **Intelligent Distribution**: - Logs summaries in Google Sheets - Sends summaries to Slack for review - Publishes approved content to Reddit ## Detailed Setup Instructions ### 1. YouTube Data API Configuration #### Prerequisites - Google Cloud Console account - Enabled YouTube Data API v3 #### Setup Steps: 1. Go to [Google Cloud Console](https://console.cloud.google.com/) 2. Create a new project 3. Enable YouTube Data API v3 4. Create credentials (API Key) 5. Store API key securely in n8n credentials 6. Obtain channel RSS feed URL ### 2. OpenAI API Setup #### Prerequisites - OpenAI account - Active API subscription #### Configuration: 1. Visit [OpenAI Platform](https://platform.openai.com/) 2. Generate API key 3. Select GPT-4 model 4. Configure API key in n8n credentials 5. Set up billing and usage limits ### 3. Slack Integration #### Prerequisites - Slack workspace - Slack app permissions #### Setup Process: 1. Create a Slack app in your workspace 2. Configure OAuth scopes for sending messages 3. Install app to workspace 4. Obtain webhook or OAuth token 5. Configure in n8n Slack node ### 4. Reddit API Configuration #### Prerequisites - Reddit account - Reddit application created #### Steps: 1. Go to Reddit's app preferences 2. Create a new application 3. Obtain client ID and secret 4. Configure OAuth2 credentials in n8n 5. Select target subreddit ## Workflow Customization ### Channel Modification - Replace YouTube RSS feed URL in trigger node - Adjust `channel_id` parameter - Modify extraction logic if needed ### Subreddit Customization - Change `subreddit` parameter in Reddit node - Adjust title and text formatting ### AI Summarization Tuning - Modify system message in Summarizer Agent - Adjust prompt for different content types - Implement custom filtering ## Key Customization Points - Modify RSS feed URL - Change target subreddit - Adjust AI summarization prompt - Add custom filtering logic - Implement multi-channel support ## Technical Requirements - n8n v0.220.0 or higher - YouTube Data API v3 - OpenAI API access - Slack workspace - Reddit application - Stable internet connection ## Potential Use Cases - Content creator content tracking - Research and trend analysis - Social media content distribution - Automated content curation - Community engagement ## Security Considerations - Use environment variables for API keys - Implement proper OAuth2 authentication - Respect platform usage guidelines - Maintain user privacy ## Future Enhancement Roadmap - Multi-language support - Advanced content filtering - Sentiment analysis integration - Expanded platform distribution - Customizable summarization parameters ## Workflow Visualization ```plaintext [YouTube RSS Trigger] ➡️ [Extract Channel ID] ➡️ [Fetch Video Details] ➡️ [AI Summarization] ➡️ [Google Sheets Logging] ➡️ [Slack Approval] ➡️ [Reddit Publishing] ``` ## Hashtag Performance Boost #YouTubeAutomation #AIContentDistribution #WorkflowInnovation #ContentCuration #AIMarketing #DigitalMediaTech #AutomatedSummaries #CrossPlatformContent ## Connect With Me **Ready to revolutionize your content workflow?** **Email**: Yaron@nofluff.online **YouTube**: [@YaronBeen](https://www.youtube.com/@YaronBeen/videos) **LinkedIn**: [Yaron Been](https://www.linkedin.com/in/yaronbeen/) **Transform your content strategy with intelligent, automated workflows!** --- *Note: Always test and customize the workflow to fit your specific use case and comply with platform guidelines.*
n8n$9.99Automate YouTube Comment Sentiment Analysis and Reporting via Telegram
This workflow automates the retrieval and analysis of YouTube comments for sentiment and keywords, storing results in Google Sheets and sending a summary report to Telegram.
n8n$14.99Automate Lead Nurturing from YouTube to WhatsApp with WordPress and FluentCRM
Streamline your sales process by automating lead capture from YouTube or Instagram to WhatsApp using WordPress, FluentCRM, and Whinta. This workflow efficiently manages lead data, sends personalized emails, and automates WhatsApp outreach to enhance customer engagement and drive sales.
n8n$4.99Automate Daily YouTube Playlist Creation and Telegram Notifications
This workflow automates the creation of a daily YouTube playlist from selected channels listed in Google Sheets, deletes the previous day's playlist, and sends a notification via Telegram.
n8n$14.99Automate YouTube Video to SEO Blog Post Conversion with AI
Transform YouTube videos into SEO-optimized blog posts using AI tools. This workflow extracts video transcripts, generates blog content and images, and emails the final package for publication.
n8n$9.99
More integrations
Need a custom YouTube workflow?
Our automation experts build tailored YouTube integrations for your exact stack.
Request a Custom Workflow