Use Cases
- Automatically archive Spotify Discover Weekly tracks to a dedicated playlist.
- Ensure only unique tracks are added to the archive playlist.
- Schedule regular updates to keep the archive current without manual intervention.
How It Works
Trigger the workflow on a weekly schedule using a CRON expression. Fetch the user's playlists from Spotify. Identify the Discover Weekly and Archive playlists using a switch node. Retrieve tracks from both playlists for comparison. Merge the track lists to find non-matching tracks. Check if there are new tracks to add to the archive. Add unique tracks to the Archive playlist.
Setup Steps
- 1Import the workflow template into n8n.
- 2Create a new Spotify playlist for archiving if not already done.
- 3Update the Switch node with the correct playlist name.
- 4Set up Spotify credentials in the relevant nodes.
- 5Activate the workflow to start the scheduled archiving process.
Apps Used
Spotify
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#notifications