This action will add a track you specify to the end of current playback queue on Spotify. Only available for Spotify premium accounts.
- 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
- 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)