AutomationFlowsSocial Media › Track Playlist

Track Playlist

Track Playlist. Uses start, readBinaryFile, spreadsheetFile, youTube. Manual trigger; 6 nodes.

Manual trigger★★★★☆ complexity6 nodesStartRead Binary FileSpreadsheet FileYouTube
Social Media Trigger: Manual Nodes: 6 Complexity: ★★★★☆ Added:

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 →

Download .json
{
  "name": "Track Playlist",
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        130,
        280
      ]
    },
    {
      "parameters": {
        "filePath": "[csv file path on you host]"
      },
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "typeVersion": 1,
      "position": [
        280,
        280
      ],
      "notesInFlow": true,
      "notes": "Read CSV"
    },
    {
      "parameters": {
        "options": {}
      },
      "name": "Spreadsheet File",
      "type": "n8n-nodes-base.spreadsheetFile",
      "typeVersion": 1,
      "position": [
        430,
        280
      ],
      "notesInFlow": true,
      "notes": "Parse CSV."
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$node[\"Spreadsheet File\"].json[\"trackid\"]}}",
              "value2": "[track_id]"
            }
          ]
        }
      },
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        610,
        280
      ],
      "notesInFlow": true,
      "notes": "Pick sessions from a track"
    },
    {
      "parameters": {
        "resource": "playlistItem",
        "playlistId": "[choose a playlist]",
        "videoId": "={{$node[\"IF\"].json[\"video_id\"]}}",
        "options": {}
      },
      "name": "YouTube",
      "type": "n8n-nodes-base.youTube",
      "typeVersion": 1,
      "position": [
        820,
        170
      ],
      "notesInFlow": true,
      "credentials": {
        "youTubeOAuth2Api": "<your credential>"
      },
      "notes": "Add session to a playlist"
    },
    {
      "parameters": {},
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        820,
        390
      ],
      "notesInFlow": true,
      "notes": "Do nothing."
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Read Binary File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Binary File": {
      "main": [
        [
          {
            "node": "Spreadsheet File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Spreadsheet File": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF": {
      "main": [
        [
          {
            "node": "YouTube",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "timezone": "Asia/Taipei"
  },
  "id": "1"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Track Playlist. Uses start, readBinaryFile, spreadsheetFile, youTube. Manual trigger; 6 nodes.

Source: https://gist.github.com/bobchao/ff1a98b58b93292ef323e1756cd5fa51 — original creator credit. Request a take-down →

More Social Media workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Social Media

Youtube:Channel:get getAll update:Playlist:create update getAll get delete:PlaylistItem:add getAll get delete:videoCategory:getAll:Video:rate get upload update delete. Uses start, youTube, httpRequest

Start, YouTube, HTTP Request +1
Social Media

Send New Youtube Channel Videos To Telegram. Uses interval, youTube, telegram. Manual trigger; 5 nodes.

YouTube, Telegram
Social Media

Upload video, create playlist and add video to playlist. Uses manualTrigger, youTube, readBinaryFile. Event-driven trigger; 5 nodes.

YouTube, Read Binary File
Social Media

A simple node to send new YouTube videos from a channel to a Telegram chat (private, group or channel). CheckTime: set how often videos should be fetched from YouTube. Default is 30 minutes. GetVideos

YouTube, Telegram
Social Media

This automation runs daily to fetch the latest videos on Youtube from leading AI automators, such as: Nate Herk Nick Saraev Jack Roberts Cole Medin Nick Puru Ed Hill Jason Cooperson Manthan Patel Nick

Google Sheets, YouTube