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
- 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)
- Label
- File URL
- Slug
- file_url
- Required
- true
- Can have default value
- true
- Filter code method
- VerizonCloud.fileUpload.setFileUrl(string: fileUrl)
- Label
- Folder Path
- Slug
- folder_path
- Required
- true
- Can have default value
- true
- Filter code method
- VerizonCloud.fileUpload.setFolderPath(string: folderPath)
- Label
- Album Name
- Slug
- playlist_name
- Required
- true
- Can have default value
- true
- Filter code method
- VerizonCloud.fileUpload.setPlaylistName(string: playlistName)