New services
Explore Plans
Mobile menu Close menu
Verizon CloudVerizon Cloud

Add file to my Verizon Cloud and add to Album

This action will upload a file to your Verizon Cloud account and add it to an album. (If the album does not exist it will be created)

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 file to your Verizon Cloud account and add it to an album. (If the album does not exist it will be created)
API endpoint slug
verizon_cloud.file_upload
Filter code method
VerizonCloud.fileUpload.skip(string?: reason)
Runtime method
runAction("verizon_cloud.file_upload", {})

Action fields

File name Text input > File name

Label
File name
Helper text
Name of File
Slug
file_name
Required
true
Can have default value
true
Filter code method
VerizonCloud.fileUpload.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.fileUpload.setFileUrl(string: fileUrl)

Folder path Text input > Path to a folder

Label
Folder Path
Slug
folder_path
Required
true
Can have default value
true
Filter code method
VerizonCloud.fileUpload.setFolderPath(string: folderPath)

Playlist name Text input > Other

Label
Album Name
Slug
playlist_name
Required
true
Can have default value
true
Filter code method
VerizonCloud.fileUpload.setPlaylistName(string: playlistName)