0618 Splitout Code Create Scheduled

0618 Splitout Code Create Scheduled

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

Workflow Overview

Total Nodes
37
Node Types
15

Node Types

set
Retrieve relevant info, Playlists informations, Simplify Tracks informations
3 nodes
code
Batch preparation, Batch preparation1, Aggregate by 200 tracks
3 nodes
sticky Note
Sticky Note3, Sticky Note, Sticky Note1, Sticky Note2, Sticky Note4, Sticky Note5, Sticky Note6
7 nodes
http Request
Get Track details
1 node
split Out
Split Out, Split Out1, Split Out2
3 nodes
lm Chat Anthropic
Anthropic Chat Model
1 node
spotify
Get Playlist, Get Tracks, Spotify
3 nodes
output Parser Structured
Structured Output Parser
1 node
filter
Filter my playlist, Filter
2 nodes
merge
Merge, Excluding logged tracks, Manual Verification, Excluding logged playlists
4 nodes
limit
Limit, Limit2
2 nodes
google Sheets
Get logged tracks, Get logged playlists, Log new tracks, Log new playlists
4 nodes
no Op
Classify new tracks
1 node
schedule Trigger
Monthly Trigger
1 node
chain Llm
Basic LLM Chain - AI Classification
1 node

Workflow JSON

53.28 KB
{
  "meta": {
    "instanceId": "8e95de061dd3893a50b8b4c150c8084a7848fb1df63f53533941b7c91a8ab996"
  },
  "name": "0618 Splitout Code Create Scheduled",
  "nodes": [
    {
      "id": "6325369f-5881-4e4e-b71b-510a64b236ef",
      "name": "Retrieve relevant info",
      "type": "n8n-nodes-base.set",
      "position": [
        1260,
        400
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "={\n\"track\" : \"{{ $json.track.name.replaceAll('\"',\"'\") }}\",\n\"artist\":  \"{{ $json.track.artists[0].name }}\",\n\"album\" :\"{{ $json.track.album.name }}\",\n\"track_spotify_uri\" : \"{{ $json.track.uri }}\",\n\"track_spotify_id\" : \"{{ $json.track.id }}\",\n\"external_urls\": \"{{ $json.track.external_urls.spotify }}\",\n\"track_popularity\"  : \"{{ $json.track.popularity }}\",\n\"album_release_date\" : \"{{ $json.track.album.release_date.toDateTime().year }}\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "2252fe16-6ee7...

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