Skip to content

Spotify

Reference


Spotify is a popular music streaming service that offers a vast library of songs, podcasts, and playlists for users to enjoy.

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers


Actions

Play/Resume Playback

Start or resume current playback on an active device.

Properties

NameTypeControl TypeDescription
DeviceSTRINGTEXT
Item{STRING(context_uri), [STRING](uris), INTEGER(position_ms)}OBJECT_BUILDER

Add Items to a Playlist

Adds one or more items to your playlist.

Properties

NameTypeControl TypeDescription
PlaylistSTRINGSELECT
Uris[STRING]ARRAY_BUILDER
Item{INTEGER(position)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(snapshot_id)}OBJECT_BUILDER

Create Playlist

Creates a new playlist

Properties

NameTypeControl TypeDescription
NameSTRINGTEXTThe name for the new playlist.
DescriptionSTRINGTEXTThe description for the new playlist.
PublicBOOLEANSELECTThe public status for the new playlist.
CollaborativeBOOLEANSELECTIf the playlist is collaborative or not.

Output

Type: OBJECT

Properties

TypeControl Type
BOOLEANSELECT
STRINGTEXT
{STRING(spotify)}OBJECT_BUILDER
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
{STRING(href), STRING(id), STRING(type), STRING(uri)}OBJECT_BUILDER
BOOLEANSELECT