Skip to main content

Create Or Update A File

Create or update a configuration file.

Required token: Configuration Write Access.

Parameters

ParameterDescription
ContentThe file content (JSON). Set to "" to create an empty file. See dashboard JSON for more on the syntax of a configuration file.
PathThe path to the file. Can be obtained via the List Files action. See configuration files for more information.

Example Output

{
"status": "success",
}

Workflow Library Example

Create or Update a File with Dataset and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop