Creative Content & Video Automation

0382 Schedule Spotify Create Scheduled

0382 Schedule Spotify Create Scheduled

Scheduled
High
11
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
6

Node Types

schedule Trigger
CRON
1 node
spotify
Get User's Playlists, Get Discover Tracks, Get Archive Tracks, Add tracks to Archive playlist
4 nodes
switch
Switch
1 node
merge
Merge
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
if
Check if tracks to add is NOT empty
1 node

Workflow JSON

9.83 KB
{
  "meta": {
    "instanceId": "dbd383feb42b0206c833e3d762df280d0cce35cf96037fb2d6f3533c171dc540"
  },
  "name": "0382 Schedule Spotify Create Scheduled",
  "nodes": [
    {
      "id": "b605b875-85cf-4210-8027-ce7b9b7069b9",
      "name": "CRON",
      "type": "n8n-nodes-base.scheduleTrigger",
      "notes": "Every Monday @ 8:30am",
      "position": [
        820,
        360
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "30 8 * * MON"
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 1.1
    },
    {
      "id": "edd9d7b6-9ac4-4acf-8f4b-4cbe943dfd34",
      "name": "Get User's Playlists",
      "type": "n8n-nodes-base.spotify",
      "position": [
        1060,
        360
      ],
      "parameters": {
        "resource": "playlist",
        "operation": "getUserPlaylists",
        "returnAll": true
      },
      "credentials": {...

Showing first 1000 characters. Click "Expand" to view the full JSON.