Block 1 - If
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.3
Quick overview This workflow triggers on successful Stripe payment events, generates and finalizes invoices, then formats and sends invoice details via Gmail, stores invoice PDFs in Google Drive, a...
n8n-nodes-base.if, n8n-nodes-base.splitout, n8n-nodes-base.stripe, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches, n8n-nodes-base.gmail, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by SpaGreen Creative.
Original n8n.io sourceThis workflow triggers on successful Stripe payment events, generates and finalizes invoices, then formats and sends invoice details via Gmail, stores invoice PDFs in Google Drive, and notifies an admin through WhatsApp using Rapiwa.
payment_intent.succeeded, checkout.session.completed, etc.) and perform API operations (retrieve customers, create invoices, finalize invoices).folderId to store PDFs in a specific Google Drive folder.• Uses Stripe events for payment validation and invoice generation • Update company details in the Format Invoice Data node to match your business • Dynamically fetches purchased items from Stripe sessions • Validates payment amounts before processing invoices • Replace the placeholder WhatsApp number in the Rapiwa node with your admin number
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send Stripe payment invoices with Gmail, Google Drive, and WhatsApp |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Invoice Processing |
| Author | SpaGreen Creative |
| Published | 18 Jun 2026 |
Use the JSON export at /data/workflows/16480/16480.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Quick overview This workflow triggers on successful Stripe payment events, generates and finalizes invoices, then formats and sends invoice details via Gmail, stores invoice PDFs in Google Drive, a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.