The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "OmniFlow: Upload to YouTube",
"nodes": [
{
"parameters": {
"resource": "video",
"operation": "upload",
"title": "{{ $json.videoTitle }}",
"description": "{{ $json.videoDescription }}",
"tags": "{{ $json.tags || 'AI, YouTube, Automation' }}",
"categoryId": "28",
"privacyStatus": "public",
"videoFile": "={{ $binary.videoFile }}",
"autoGenerate": true
},
"name": "YouTube Upload",
"type": "n8n-nodes-base.youtube",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "upload",
"resource": "video",
"title": "{{ $json.videoTitle }}",
"description": "{{ $json.videoDescription }}"
},
"name": "Schedule Post",
"type": "n8n-nodes-base.spreadsheetTrigger",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"YouTube Upload": {
"main": [
[
{
"node": "Schedule Post",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
OmniFlow: Upload to YouTube. Uses youtube, spreadsheetTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/beerbudweiser43-pixel/Video-Automation/blob/ccbdbc25b9ed31a9e2b226016a99fbf4a4c61c48/automations/n8n_youtube_automation.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Convert YouTube videos into SEO-friendly blog posts in just seconds using this fully automated n8n workflow. Perfect for content creators, marketers, educators, and bloggers looking to repurpose video
This workflow is for social media agencies, influencer marketers, and brand managers who need to automatically qualify TikTok creators based on their follower metrics. It’s especially useful for teams
Get Long Lived Facebook User Or Page Access Token. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 5 nodes.
This workflow is for any YouTube user who wants to bulk delete all playlists from their own channel — whether to start fresh, clean up old content, or prepare the account for a new purpose.