Skip to main content

Spotify sync liked songs to playlist

Workflow preview

Workflow preview
100%
Spotify sync liked songs to playlist preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Short an simple: This Workflow will sync (add and delete) your Liked Songs to an custom playlist that can be shared. Setup: 1. Create an app on the [Spotify Developer Dashboard](https://developer.s...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-base.sort, n8n-nodes-base.gotify, n8n-nodes-base.splitinbatches, n8n-nodes-base.spotify, n8n-nodes-base.set, n8n-nodes-base.filter

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dustin.

Original n8n.io source

1.1 Workflow description

Title
Spotify sync liked songs to playlist
Workflow name
Spotify sync liked songs to playlist

Short an simple:

This Workflow will sync (add and delete) your Liked Songs to an custom playlist that can be shared.

Setup:

  1. Create an app on the Spotify Developer Dashboard.
  2. Create Spotify Credentials - Just click on one of the Spotify Nodes in the Workflow an click on "create new credentials" and follow the guide.
  3. Create the Spotify Playlist that you want to sync to.
  4. Copy the exact name of you playlist, go into Node "Edit set Vars" and replace the value "CHANGE MEEEE" with your playlist name.
  5. Set your Spotify Credentiels on every Spotify Node. (Should be marekd with Yellow and Red Notes)

Do you use Gotify?

- No: Delete the Gotify Nodes (all the way to the right end of the Workflow)
- Yes: Customize the Gotify Nodes to your needs.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Start

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 3 - Sort first added to first item

Type / Role
n8n-nodes-base.sort - sort
Config choices
Version 1

Block 4 - Gotify Send deleted n from x

Type / Role
n8n-nodes-base.gotify - gotify
Config choices
Version 1

Block 5 - Loop delete old

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 6 - Spotify delete old

Type / Role
n8n-nodes-base.spotify - spotify
Config choices
Version 1

Block 7 - Edit set Vars

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 8 - Edit success to del

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 9 - Filter Playlist x

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2

Block 10 - Compare Datasets

Type / Role
n8n-nodes-base.compareDatasets - compareDatasets
Config choices
Version 2.3

Block 11 - count added

Type / Role
n8n-nodes-base.summarize - summarize
Config choices
Version 1

Block 12 - Loop add missing

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 13 - Spotify add Missing to x

Type / Role
n8n-nodes-base.spotify - spotify
Config choices
Version 1

Block 14 - Edit snapshot to added

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Cound deleted

Type / Role
n8n-nodes-base.summarize - summarize
Config choices
Version 1

Block 22 - Sort

Type / Role
n8n-nodes-base.sort - sort
Config choices
Version 1

Block 23 - Set pluri

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 24 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 2.1

Showing the first 24 of 40 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Spotify sync liked songs to playlist
Complexity advanced
Nodes 40
Categories Personal Productivity
Author Dustin
Published 11 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2634/2634.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Spotify sync liked songs to playlist do?

Short an simple: This Workflow will sync (add and delete) your Liked Songs to an custom playlist that can be shared. Setup: 1. Create an app on the [Spotify Developer Dashboard](https://developer.s...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.