Group Location
Explore Plans
Mobile menu Close menu
SoundCloudSoundCloud

Like a track

This action will like a track with the ID you specify.

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
API endpoint slug
soundcloud.like_a_track
Filter code method
Soundcloud.likeATrack.skip(string?: reason)
Runtime method
runAction("soundcloud.like_a_track", {})

Action fields

Track ID Text input > Other

Label
What is the ID of the track to like?
Helper text
Slug
track_id
Required
false
Can have default value
true
Filter code method
Soundcloud.likeATrack.setTrackId(string: trackId)

Track isrc Text input > Other

Label
What is the ISRC code of track to like?
Helper text
Slug
track_isrc
Required
false
Can have default value
true
Filter code method
Soundcloud.likeATrack.setTrackIsrc(string: trackIsrc)

Search query Text input > Path to a folder

Label
Search query
Helper text
Slug
search_query
Required
false
Can have default value
true
Filter code method
Soundcloud.likeATrack.setSearchQuery(string: searchQuery)