Group Location
Explore Plans
Mobile menu Close menu
SoundCloudSoundCloud

Repost a track

This action will repost a track by ID.

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.repost_a_track
Filter code method
Soundcloud.repostATrack.skip(string?: reason)
Runtime method
runAction("soundcloud.repost_a_track", {})

Action fields

Track ID Text input > Other

Label
What is the ID of the track to repost?
Helper text
Slug
track_id
Required
false
Can have default value
true
Filter code method
Soundcloud.repostATrack.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.repostATrack.setTrackIsrc(string: trackIsrc)

Search query Text input > Other

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