New services
Explore Plans
Mobile menu Close menu
SoundCloudSoundCloud

Upload a private track

This Action will upload a new private track from the URL 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
This Action will upload a new private track from the URL you specify.
API endpoint slug
soundcloud.upload_track_private
Filter code method
Soundcloud.uploadTrackPrivate.skip(string?: reason)
Runtime method
runAction("soundcloud.upload_track_private", {})

Action fields

URL Text input > Audio

Label
Audio URL
Helper text
limit 50 MB
Slug
url
Required
true
Can have default value
true
Filter code method
Soundcloud.uploadTrackPrivate.setUrl(string: url)

Track name Text input > Title

Label
Title
Slug
track_name
Required
true
Can have default value
true
Filter code method
Soundcloud.uploadTrackPrivate.setTrackName(string: trackName)

Track description Text input

Label
Description
Slug
track_description
Required
false
Can have default value
true
Filter code method
Soundcloud.uploadTrackPrivate.setTrackDescription(string: trackDescription)

Tags Text input > Tags

Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Soundcloud.uploadTrackPrivate.setTags(string: tags)