Explore Plans
Mobile menu Close menu
SpotifySpotify

Add track to playback queue

This action will add a track you specify to the end of current playback queue on Spotify. Only available for Spotify premium accounts.

Developer info

API endpoint slug
spotify.add_track_to_playback_queue
Filter code method
Spotify.addTrackToPlaybackQueue.skip(string?: reason)
Runtime method
runAction("spotify.add_track_to_playback_queue", {})

Action fields

Track URL Text input > Link

Label
Track URL
Helper text
Must be a track or an episode url.
Slug
track_url
Required
true
Can have default value
true
Filter code method
Spotify.addTrackToPlaybackQueue.setTrackUrl(string: trackUrl)