Configuration
Each attachment specifies:
How It Works
1
Add a file-producing node upstream
Place an Export to CSV node before this one to generate the file.
2
Configure the destination
Set the S3 path where the file should be uploaded. Use Mentions for dynamic paths.
3
Select attachments
Choose which upstream file outputs to upload.
Output
The file is uploaded to the specified S3 path when the Agent runs. The upload is logged as a task.Example
Archive weekly reports to S3:- Export to CSV → generate a weekly account report
- Upload File → upload to
s3://reports/weekly/accounts-{{date}}.csv
Best Practices
- Use dynamic paths with Mentions to organize files by date, region, or category
- Pair with Export to CSV for the most common use case
- Verify S3 permissions are correctly configured on the integration
Related Nodes
- Export to CSV - generates the CSV file to upload
- Private Export - exports to BonData’s internal storage instead of S3