Workflow: Manual Youtube Create

Workflow Details

Download Workflow
{
    "id": "21",
    "name": "Upload video, create playlist and add video to playlist",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                210,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "YouTube",
            "type": "n8n-nodes-base.youTube",
            "position": [
                610,
                300
            ],
            "parameters": {
                "title": "n8n",
                "options": [],
                "resource": "video",
                "operation": "upload",
                "categoryId": "28",
                "regionCode": "IN",
                "binaryProperty": "=data"
            },
            "credentials": {
                "youTubeOAuth2Api": "google-youtube"
            },
            "typeVersion": 1
        },
        {
            "name": "Read Binary File",
            "type": "n8n-nodes-base.readBinaryFile",
            "position": [
                410,
                300
            ],
            "parameters": {
                "filePath": ""
            },
            "typeVersion": 1
        },
        {
            "name": "YouTube1",
            "type": "n8n-nodes-base.youTube",
            "position": [
                810,
                300
            ],
            "parameters": {
                "title": "n8n",
                "options": [],
                "resource": "playlist",
                "operation": "create"
            },
            "credentials": {
                "youTubeOAuth2Api": "google-youtube"
            },
            "typeVersion": 1
        },
        {
            "name": "YouTube2",
            "type": "n8n-nodes-base.youTube",
            "position": [
                1010,
                300
            ],
            "parameters": {
                "options": [],
                "videoId": "={{$node[\"YouTube\"].json[\"id\"]}}",
                "resource": "playlistItem",
                "playlistId": ""
            },
            "credentials": {
                "youTubeOAuth2Api": "google-youtube"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "YouTube": {
            "main": [
                [
                    {
                        "node": "YouTube1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "YouTube1": {
            "main": [
                [
                    {
                        "node": "YouTube2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Read Binary File": {
            "main": [
                [
                    {
                        "node": "YouTube",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Read Binary File",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Respondtowebhook Stickynote Automate Webhook
View
Add a subscriber to a list and create and send a campaign
View
Splitout Extractfromfile Create Webhook
View
Googledrivetool Extractfromfile Import Triggered
View
Manual N8Ntrainingcustomerdatastore Automate Triggered
View
Create, update, and get an entry in Strapi
View
[3/3] Anomaly detection tool (crops dataset)
View
Get Airtable data in Obsidian Notes
View
Get Long Lived Facebook User or Page Access Token
View
Postgrestool Stickynote Send Triggered
View