Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
signed_file_url | string | Yes | Signed URL pointing to the file to upload |
file_name | string | No | Custom file name (including extension) to use when uploading. If not provided, a unique name is generated automatically. |
Examples
Basic File Upload
Upload a file using a signed URL:File Upload with Custom Name
Upload a file with a specific file name:Notes
- When using file uploads, include the file URL in your workflow inputs
- The file must be accessible via a signed URL (pre-authenticated URL)
- The file node assumes that the system-level file upload dialog is already opened. Add a click node before the file upload node to trigger this.
- Common file types like PDFs, images, and documents are supported
- For multiple file uploads, use a Loop node that loops over an array of file URLs
- Use
file_namewhen the target website validates or displays the uploaded file name (found under Advanced settings in the workflow editor)

