Skip to main content

File Actions

Download File From URL

Download a file from a URL and set an identifier for it, so it can be used as input in subsequent steps.

Thumbnail
ParameterDescription
URLAddress of the resource.
File identifierThe identifier of the file. This can be used as input for subsequent Steps.
Show outputDisplay the content downloaded from the given URL.
HeadersRequest Headers to be added to the request in the format Name: Value. For example: Content-Type: application/json.
CookiesWeb cookies to include in the request in the format Name: Value. For example: Session: gr32tsd266yfg3u3t132kyl.
Disable SSL EnforcementEnable this option to skip SSL verification of the server's certificate chain and host name. This may increase security vulnerabilities, but can be useful for testing or when custom verification is employed.

Set File Variable

Set an identifier for a file on the file system so it can be used as input in subsequent Steps.

Thumbnail
ParameterDescription
File identifierThe identifier of the file. This can be used as input for subsequent Steps.
PathThe path on the file system to read the file content from (e.g. '/example/file.txt').

Create Archive

Create an archive from a file or folder path and set an identifier for it so it can be used as input in subsequent steps.

Thumbnail
ParameterDescription
File identifierThe identifier of the file. This will be used as input for subsequent steps.
Content PathThe file or folder path to create the archive from.
DestinationThe path in which the archive will be created. If no destination is provided, the archive will be created in the user's home path.