Multiple Spotify Connections - select programmatically?

I’ve been using the Spotify module to automate the creation of Spotify playlists. For development and testing I’ve been using my own Spotify account. For production, I want to create playlists under multiple different accounts belonging to the artists my record label works with.

I see I can create and authenticate different Spotify accounts. Does anyone know if there is a way to pass a value into a scenario that would select a specific connection? I’d like to avoid either (a) manually editing a scenario before each use or (b) maintaining multiple duplicate scenarios with different connection settings.

Thanks in advance for any thoughts,

Barnaby

You’ll can use the Make API to dynamically create connections, as well as clone existing scenarios, and possibly also update the scenarios with different connections.

For more information, check out the Make API.

2 Likes