Skip to main content

Download URL

Download a file from an external web service, API, or web endpoint. You can import this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start Systemservice download URL form.

AttributeData typeMandatory?Description
filenameStringYesThe name of the file to download (including the extension).
Ignore errorsBooleanNo
urlStringYesThe URL of the file to download.
Authentication options
Authentication typeStringYesSupported values: none, basic, basic_direct, and basic_bearer.
Authentication userStringNoUser name.
Authentication passwordStringNoPassword. If using basic_bearer, use this field to send the bearer token.
Request options
BodyStringNoThe body of the request.
Content-typeStringNoMIME type.
HeadersJSONNoAny headers you want to include.
HTTP methodStringNoThe following methods have been implemented: GET, POST, PUT, HEAD, DELETE. If not specified, GET is used by default.

Output

Outputs are added to the Result Systemservice download URL form when the Systemservice - Download URL case is closed.

AttributeData typeMandatory?Description
fileFileNoThe downloaded file.
Return codeIntegerNoHTTP status code.