Automate Reddit
Explore Plans
Mobile menu Close menu
put.ioput.io

Start a new transfer

This Action will start a transfer with the given URL at put.io.

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 start a transfer with the given URL at put.io.
API endpoint slug
putio.new_transfer
Filter code method
Putio.newTransfer.skip(string?: reason)
Runtime method
runAction("putio.new_transfer", {})

Action fields

URL Text input > Other

Label
What URL?
Slug
url
Required
true
Can have default value
true
Filter code method
Putio.newTransfer.setUrl(string: url)

Folder ID Text input > Other

Label
Which folder ID?
Helper text
File will be downloaded into this folder. Folder ID can be found in the address bar when the folder is open in your browser. If the folder with given ID does not exist, the files will be downloaded into your default download folder.
Slug
folder_id
Required
false
Can have default value
true
Filter code method
Putio.newTransfer.setFolderId(string: folderId)