Tool to create a new file in SafetyCulture Documents and get an upload URL. Use when you need to create a file placeholder in a specific folder and obtain a temporary upload URL to upload the file's binary content. The upload URL is valid for 20 minutes.
nameRequiredstringThe name of the file. Must be between 1-255 characters and exclude invalid characters.
patharrayAn array of folder names that defines the path where the file will be stored. The path is relative to the parent_id if provided, otherwise starts from the root folder. The API will automatically create any folders in the path that don't exist. Each folder name must be 1-255 char…
file_sizeintegerThe size of the file in bytes. Must not exceed 50MB (52428800 bytes). This field is required if file_type is provided.
file_typestringType of media file to be created.
parent_idstringThe ID of the folder where the file should be stored. If not provided, the file will be stored in the root folder. To get the parent_id, open the folder in the SafetyCulture web app and copy the last part of the URL. For example, in https://app.safetyculture.com/documents/9dd768…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.