AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
SpotifySpotify

Save a track

This Action will search for a track you specify and save the first matching result to Your Music on Spotify.

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 search for a track you specify and save the first matching result to Your Music on Spotify.
API endpoint slug
spotify.save_a_track
Filter code method
Spotify.saveATrack.skip(string?: reason)
Runtime method
runAction("spotify.save_a_track", {})

Action fields

Search query Text input > Short text

Label
Search query
Helper text
For maximum accuracy, include the song title here and the artist name in the "Artist name" field
Slug
search_query
Required
true
Can have default value
true
Filter code method
Spotify.saveATrack.setSearchQuery(string: searchQuery)

Artist name Text input > Other

Label
Artist name
Helper text
Optional
Slug
artist_name
Required
false
Can have default value
true
Filter code method
Spotify.saveATrack.setArtistName(string: artistName)