Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
SoundCloudSoundCloud

Upload a public track

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

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.uploadTrackPublic.setUrl(string: url)
Track name Text input > Title
Label
Title
Slug
track_name
Required
true
Can have default value
true
Filter code method
Soundcloud.uploadTrackPublic.setTrackName(string: trackName)
Track description Text input
Label
Description
Slug
track_description
Required
false
Can have default value
true
Filter code method
Soundcloud.uploadTrackPublic.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.uploadTrackPublic.setTags(string: tags)