This action will repost a track by ID.
- API endpoint slug
- soundcloud.repost_a_track
- Filter code method
- Soundcloud.repostATrack.skip(string?: reason)
- Runtime method
- runAction("soundcloud.repost_a_track", {})
Action fields
- Label
- What is the ID of the track to repost?
- Helper text
- TrackID from a Soundcloud trigger.
- Slug
- track_id
- Required
- false
- Can have default value
- true
- Filter code method
- Soundcloud.repostATrack.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.repostATrack.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.repostATrack.setSearchQuery(string: searchQuery)