Download a file or image from a URL into your workflow
The File Ingest step downloads a file, image, or PDF from a direct URL and stores it as an upload your workflow can reuse. The stored file can be attached to a Send Email step, posted to social, or embedded in a generated PDF.
Provide the file URL, either a static link or a reference from an upstream step like {{stepId.image_url}}. The step downloads the file and stores it, then outputs the stored file (as an upload you can connect downstream), its file name, and its file size. The URL has to point directly at the file itself. A URL that returns a web page instead of a file is rejected. If the URL is blank or the download fails, the step reports success as false and leaves the file empty so the rest of the workflow keeps running, which matters inside a For Each loop where some items have no image.