Upload to Storage
Use this action when you want to save a file or binary response into your company storage and reuse the uploaded file later.
Best for
- Saving a file downloaded from an HTTP request
- Storing generated documents or media
- Getting a file URL to use in later messages or records
Main fields
| Field | What it does |
|---|---|
| Content | The file data to upload |
| Content type | The MIME type, such as image/png or application/pdf |
| File name | An optional file name |
| Category | Organizes the file as an image, video, audio, or document |
| Public | Controls whether the uploaded file should be openly accessible |
What later steps can use
Upload results are usually available at:
step(N).filestep(N).signedUrlstep(N).contentTypestep(N).size
Tips
- Pair this with HTTP request when you want to download a file first.
- Turn on buffer mode in the HTTP step when you are working with binary files.
- Use the signed URL in later message or record-update steps when you need immediate access to the uploaded file.