Auto-Send PDF Invoices with Stripe Payment Triggers and Gmail — n8n ワークフロー
概要
💰 Auto-Send PDF Invoice When Stripe Payment is Received
This workflow automatically generates a PDF invoice every time a successful payment is received in Stripe, then emails the invoice to the customer via Gmail. Perfect for freelancers, SaaS businesses, and service providers who want to automate billing without manual effort.
⚙️ How It Works
Stripe Payment Webhook
Listens for successful payment events (payment_intent.succeeded).
Triggers the workflow whenever a new payment is made
使用ノード
GmailCode
ワークフロープレビュー
⚡
S
Stripe Payment Webhook
Normalize Payment Data
Generate Invoice HTML
Send Invoice Email
4 nodes3 edges
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 4 個のノードを流れます, connecting code, gmail, webhook。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (4)
GM#1
Gmail
gmail
CO#2
Code
code
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
auto-send-pdf-invoices-with-stripe-payment-triggers-and-gmailファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Auto-Send PDF Invoices with Stripe Payment Triggers and Gmail", "nodes": [...], ...}
インテグレーション
codegmailwebhook
作成者
David Olusola
@dae221
タグ
codegmailwebhook