What This Automation Does ⚙️
This n8n workflow updates YouTube video descriptions to keep them fresh and consistent without much work.
It solves the problem of manual, slow, and error-prone editing for many videos.
The result is updated descriptions that improve your channel’s look and SEO, saving time and avoiding mistakes.
It works by finding all your YouTube videos, making a new description by joining two parts with a set marker, then changing only videos that need updates.
It uses secure OAuth2 for safe connection to YouTube.
Tools and Services Used
- n8n platform: To build and run the workflow.
- YouTube OAuth2 API: To list videos and update video descriptions securely.
Inputs, Processing, and Outputs
Inputs
- YouTube channel videos list, including current descriptions.
- User-defined description parts and a delimiter from the Config node.
Processing Steps
- Manual start triggers the workflow instantly.
- Loads configuration values for new descriptions.
- Fetches all videos from YouTube using OAuth2.
- Builds a new description for each video combining existing text before delimiter plus configured text.
- Compares new descriptions to current ones, filtering videos that need change.
- Updates changed videos only via YouTube API.
Output
- Updated YouTube video descriptions on the channel.
- Saved time and consistent, error-free descriptions.
Beginner Step-by-Step: How to Use This Workflow in n8n
Importing the Workflow
- Download the workflow file using the Download button on this page.
- Open your n8n editor where you want to add this automation.
- Click the menu and choose “Import from File”.
- Select the downloaded workflow file to add it to your workspace.
Configuring Credentials and Settings
- Add your YouTube OAuth2 credentials in n8n Settings under Credentials.
- Open the Config node and update the
splittertext if you want a different delimiter. - Edit the
descriptionfield inside the Config node to include your usual message, links, or notes. - Check the YouTube nodes to verify the correct YouTube channel is connected (adjust IDs if needed).
Testing and Activating
- Run the workflow manually by triggering the Manual Trigger node.
- Watch the execution to confirm the workflow lists, compares, and updates descriptions only where needed.
- After testing without errors, activate the workflow in n8n to run it any time manually.
- You can also schedule later by replacing the Manual Trigger node with a Cron node.
Following this simple import-configure-test flow helps users start safely without building from scratch or facing confusion.
Customizations ✏️
- Change the
splitterfield in the Config node to set where the new description inserts. - Update the long
descriptiontext in the Config node for fresh links, disclaimers, or offers. - Replace the Manual Trigger with a Cron Trigger node to schedule updates automatically.
- Add logging nodes to record video titles and update times for tracking.
- Use filters in the YouTube “List All Videos” node to target videos by category or date.
Troubleshooting 🔧
- Problem: No videos come back from the YouTube node.
Cause: Wrong YouTube OAuth2 credentials or missing permissions.
Fix: Check and re-authenticate credentials with right YouTube scopes. - Problem: Video descriptions do not update even if changed.
Cause: YouTube update node missing videoId mapping or description field.
Fix: Verify videoId and description fields in update node. Test single video first.
Pre-Production Checklist ✅
- Make sure YouTube OAuth2 credentials are correct and allow read and write.
- Run manual test trigger to confirm workflow starts.
- Check that YouTube node fetches all current videos with their details.
- Look over generated descriptions for correct delimiter and clean formatting.
- Test on one video first before updating all.
- Save backup of old video descriptions outside YouTube if possible.
Deployment Guide
Turn on this workflow in n8n and keep using the manual trigger to update descriptions when needed.
Make sure n8n execution logging is on to watch the process and catch errors.
Add email or alert nodes if you want to be told about problems.
Conclusion
This workflow helps update YouTube video descriptions faster and with less mistakes.
It saves time and makes a channel look professional and consistent.
Users can build on this for bigger automation like changing thumbnails or managing comments.
Try it out to make YouTube content management easier and better.
