Generate Stripe invoice and send it by email — n8n ワークフロー
概要
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
使用ノード
HTTP RequestStripe
ワークフロープレビュー
Create Customer
Stripe | Invoice Items
Stripe | Create invoice
Stripe | Finalize invoice
⚡
W
When clicking ‘Test work…
5 nodes4 edges
仕組み
- 1
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 5 個のノードを流れます, connecting httprequest, manualtrigger, stripe。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (5)
HT#1
HTTP Request
httpRequest
ST#2
Stripe
stripe
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
generate-stripe-invoice-and-send-it-by-emailファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Generate Stripe invoice and send it by email", "nodes": [...], ...}
インテグレーション
httprequestmanualtriggerstripe
作成者
Solomon
@solomon
タグ
httprequestmanualtriggerstripe