One-way sync Stripe Invoice PDFs to a S3 Bucket — n8n Workflow
Overview
This automation syncs your Invoice PDFs from Stripe to a (AWS) S3 Bucket each month, in a folder of your choice, with the following subPath:
yourFolder/invoiceYear/invoiceMonth/fileName
Fill in your Credentials and Settings in the Nodes marked with "*".
You can adjust this Workflow to your needs. You can also override the yearand month in the ENV* Node for manual syncs. It will sync every Invoice PDF which created-date is greater then the provided year and month. It will automatically set th
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 12 nodes, connecting awss3, httprequest, if.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (12)
HTTP Request
httpRequest
AWS S3
awsS3
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
one-way-sync-stripe-invoice-pdfs-to-a-s3-bucketfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Marcel Claus-Ahrens
@geckse
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →