githubEdit

Download File

Fetch files from a URL and use them within your Fastn flow. Download CSVs, attachments, or other files for processing in subsequent automation steps.

The Download File component fetches a file from a URL and makes it available for subsequent steps in your flow. Use it when you need to retrieve remote files — such as CSVs, PDFs, or attachments — for parsing, transformation, or forwarding to another service like email or cloud storage.

SourceUrl = "https://files.server.com/report.csv"
DestinationName = monthlyReport
ContentType = text/csv
Download File component configured with source URL, destination name, and content type

Last updated

Was this helpful?