Use Cases
- Automate the storage of invoice PDFs from Stripe to S3.
- Organize invoices by year and month for easy retrieval.
- Ensure compliance by maintaining a backup of all invoices.
How It Works
Trigger the workflow manually or on a schedule. Retrieve all invoices from Stripe with a specified limit. Filter invoices to include only those marked as 'invoice'. Download the PDF files for each invoice. Set the S3 path based on the invoice's creation date. Upload the PDF files to the designated S3 bucket.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the Stripe credentials in the 'Get all Invoices*' node.
- 3Set the S3 bucket name and subfolder in the 'ENV*' node.
- 4Test the workflow by clicking 'Test workflow' or wait for the scheduled trigger.
Apps Used
Stripe
Amazon S3
Categories
Target Roles
Industries
Tags
#process automation
#cloud file sync
#document automation