Automate Reddit
Explore Plans
Mobile menu Close menu
SpotifySpotify

Add track to a playlist by TrackID

This Action will add a track to a playlist given a TrackID

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will add a track to a playlist given a TrackID
API endpoint slug
spotify.add_a_track_to_a_playlist_by_track_id
Filter code method
Spotify.addATrackToAPlaylistByTrackId.skip(string?: reason)
Runtime method
runAction("spotify.add_a_track_to_a_playlist_by_track_id", {})

Action fields

Playlist Text input > Document title

Label
Playlist name
Helper text
Must be a playlist owned by you. If a playlist with the name given can't be found, a new private playlist will be created.
Slug
playlist
Required
true
Can have default value
true
Filter code method
Spotify.addATrackToAPlaylistByTrackId.setPlaylist(string: playlist)

Track ID Text input > Other

Label
Track ID
Slug
track_id
Required
false
Can have default value
true
Filter code method
Spotify.addATrackToAPlaylistByTrackId.setTrackId(string: trackId)