AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Verizon CloudVerizon Cloud

Add file to my Verizon Cloud

This will add the new file to the designated folder or album in your Verizon Cloud.

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 will add the new file to the designated folder or album in your Verizon Cloud.
API endpoint slug
verizon_cloud.upload_file
Filter code method
VerizonCloud.uploadFile.skip(string?: reason)
Runtime method
runAction("verizon_cloud.upload_file", {})

Action fields

File name Text input > File name

Label
File name
Slug
file_name
Required
true
Can have default value
true
Filter code method
VerizonCloud.uploadFile.setFileName(string: fileName)

File URL Text input > File

Label
File URL
Slug
file_url
Required
true
Can have default value
true
Filter code method
VerizonCloud.uploadFile.setFileUrl(string: fileUrl)

Folder path Text input > Path to a folder

Label
Folder path
Helper text
Optional folder to place the file in. All folder paths start with /Mobile.
Slug
folder_path
Required
false
Can have default value
true
Filter code method
VerizonCloud.uploadFile.setFolderPath(string: folderPath)