New on IFTTT
Explore Plans Developers
Mobile menu Close menu
data.worlddata.world

Add file from URL

This action will add a file via URL to a data.world dataset or data project. If a file already exists with the same name, it will be updated.

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 add a file via URL to a data.world dataset or data project. If a file already exists with the same name, it will be updated.
API endpoint slug
datadotworld.upload_file
Filter code method
Datadotworld.uploadFile.skip(string?: reason)
Runtime method
runAction("datadotworld.upload_file", {})

Action fields

Dataset key Dropdown list

Label
Dataset or Data Project
Helper text
Which dataset or data project would you like to add this file to? Create new
Slug
dataset_key
Required
true
Can have default value
false

File name Text input > File name

Label
File Name
Helper text
What would you like to name this file? IMPORTANT: File names must include a file extension.
Slug
file_name
Required
true
Can have default value
true
Filter code method
Datadotworld.uploadFile.setFileName(string: fileName)

File URL Text input > File

Label
File URL
Helper text
What is the URL from which the file can be downloaded?
Slug
file_url
Required
true
Can have default value
true
Filter code method
Datadotworld.uploadFile.setFileUrl(string: fileUrl)