
From $0 to $10K: Scaling a Faceless YouTube Channel
Discover from $0 to $10k: scaling a faceless youtube channel with real data, channel examples, and proven strategies. RPM: $18.
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.

Discover from $0 to $10k: scaling a faceless youtube channel with real data, channel examples, and proven strategies. RPM: $18.

Discover 15 faceless youtube niches that actually make money with real data, channel examples, and proven strategies. RPM: $18.

Discover the complete guide to faceless youtube automation in 2026 with real data, channel examples, and proven strategies. RPM: $18.