This action will like a track with the ID you specify.
- API endpoint slug
- soundcloud.like_a_track
- Filter code method
- Soundcloud.likeATrack.skip(string?: reason)
- Runtime method
- runAction("soundcloud.like_a_track", {})
Action fields
- Label
- What is the ID of the track to like?
- Helper text
- TrackID from a Soundcloud trigger.
- Slug
- track_id
- Required
- false
- Can have default value
- true
- Filter code method
- Soundcloud.likeATrack.setTrackId(string: trackId)
- Label
- What is the ISRC code of track to like?
- Helper text
- TrackISRC from any other music service.
- Slug
- track_isrc
- Required
- false
- Can have default value
- true
- Filter code method
- Soundcloud.likeATrack.setTrackIsrc(string: trackIsrc)
- Label
- Search query
- Helper text
- In case you're not using Soundcloud, or any other music service, include the song title and artist name here
- Slug
- search_query
- Required
- false
- Can have default value
- true
- Filter code method
- Soundcloud.likeATrack.setSearchQuery(string: searchQuery)