Download
Download a file to the Workflows file system over HTTP or HTTPS.
Note:
File functions do not support shareable links such as those from Box, OneDrive, or Google Drive.
To use this function card, see Use the Download function card in a flow.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| URL | URL of the request, including the protocol http:// or https://. |
String | TRUE |
| Headers | User-created fields to define headers in the file request. | String | FALSE |
| Query | User-created fields to define query parameters in the file request. | String | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
| File Content | ID of the file contents. | File |
| Filename | File name of the downloaded file. | String |
| Size | Size of the file in bytes. | Number |
Related topics