N8N YouTube Automation: Complete Beginners Tutorial
Master n8n workflow automation for YouTube. Learn to automate uploads, descriptions, thumbnails, and social media promotion step-by-step.
Learn how to set up an automated YouTube video upload workflow using N8N. Schedule uploads, add metadata, and get Slack notifications automatically.
Automate your YouTube video uploads with this powerful N8N workflow. This guide walks you through every step of setting up scheduled video uploads with automatic notifications.
This automation workflow handles:
Before setting up this workflow, you'll need:
- Interval: Hours, Days, or Weeks
- Time: When you want uploads to occur
- Timezone: Your local timezone
- URL: Your video API or storage endpoint
- Method: GET
- Authentication: Add if required
- Title: Use expression {{ $json.title }}
- Description: Use expression {{ $json.description }}
- Privacy: Set to "Private" initially
- Category: Choose your category ID
- Channel: #youtube-uploads
- Message: "New video uploaded: {{ $json.title }}"
json
{
"nodes": [
{
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger"
},
{
"name": "Get Video",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "YouTube Upload",
"type": "n8n-nodes-base.youTube"
},
{
"name": "Slack Notification",
"type": "n8n-nodes-base.slack"
}
]
}
YouTube has daily upload limits. Schedule uploads across different times to avoid hitting limits.
Refresh your OAuth tokens if uploads fail. YouTube tokens expire after a period.
Ensure videos are in supported formats: MP4, MOV, AVI, WMV, or FLV.
Download the complete workflow JSON file from our N8N Workflows page and import it directly into your N8N instance.
Looking for more in-depth guidance? Check out these comprehensive resources:
Master n8n workflow automation for YouTube. Learn to automate uploads, descriptions, thumbnails, and social media promotion step-by-step.
AI agents are transforming YouTube automation in 2026. Learn how autonomous AI systems can research, script, edit, and publish videos with minimal human input.
Automatically share your new YouTube videos across Twitter, Discord, and Facebook. This N8N workflow saves hours of manual social media posting.
Automate your YouTube workflow with Zapier. Learn to connect YouTube with 5000+ apps for seamless content management.