Generate Stripe invoice and send it by email — n8n Workflow
Overview
Generating Stripe invoices through the API can be tricky since it requires four steps to generate and send it via email to the customer.
With this workflow you can create Stripe invoices automatically and make Stripe send the invoices to the customer email.
How it works
To generate a Stripe invoice, you need to create a customer, specify the invoice items, create the invoice, and finalize it.
What should be a simple task involves multiple steps.
This workflow simplifies the process by provi
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 5 nodes, connecting httprequest, manualtrigger, stripe.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (5)
HTTP Request
httpRequest
Stripe
stripe
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
generate-stripe-invoice-and-send-it-by-emailfile 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
Solomon
@solomon
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →