Spotify Monthly Playlist Creator

This workflow automates the creation of monthly Spotify playlists from your liked songs, replacing manual playlist organization with a streamlined process. It fetches recent liked songs, removes duplicates, creates a new playlist with smart naming (e.g., 'September '25 Favorites'), and adds tracks, saving hours of manual curation. Music enthusiasts or casual listeners organizing 50+ songs monthly benefit most. The Webhook node triggers the process, a Code node prepares playlist details, the Spotify node fetches liked songs, another Code node deduplicates tracks, additional Spotify nodes create the playlist and add tracks, and the Respond to Webhook node delivers success or error responses, simplifying music organization. The workflow saves ~2 hours monthly by automating playlist creation for 50+ tracks. Ideal for personal use, it requires n8n and a Spotify account (free tier sufficient). Scalability is limited by Spotify API rate limits; basic technical skills are needed. Install n8n from n8n.io or use cloud.n8n.io. Obtain Spotify OAuth2 credentials from developer.spotify.com (Dashboard > Create App > OAuth2). Configure Webhook node with URL like https://your-n8n-instance/webhook/spotify-playlist. Set Spotify nodes with OAuth2 credentials. Test with payloads like { \"playlistName\": \"My Favorites\", \"trackLimit\": 50 } via Postman or schedule monthly via external cron. Activate in n8n. Monitor for errors like invalid tokens or API limits in logs. Optimize by adjusting track limits and refreshing tokens quarterly for security.", "businessValue": "Saves 2 hours/month automating Spotify playlist creation for 50+ tracks", "setupTime": "20-30 minutes", "difficulty": "Beginner", "requirements": [ "n8n (free/community or cloud), Spotify account", "Spotify OAuth2 credentials", "Stable internet, modern browser, no coding required" ], "useCase": "Automating monthly playlist creation for personal music organization"

$5.49

Workflow steps: 7

Integrated apps: webhook, code, spotify

Spotify Monthly Playlist Creator preview