Stripe請求書の生成とメール送信

中級

これはFinance, Product分野の自動化ワークフローで、9個のノードを含みます。主にStripe, HttpRequest, ManualTriggerなどのノードを使用。 Stripe 領収書を生成し、メールで送信

前提条件
  • Stripe API Key
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "nodes": [
    {
      "id": "75b0894b-fc6b-4e91-afd2-0bc60d04a1a9",
      "name": "顧客の作成",
      "type": "n8n-nodes-base.stripe",
      "position": [
        380,
        -20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ff65a11c-f5ae-4f89-a747-7e8e2f7af75f",
      "name": "Stripe | 請求明細項目",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        -20
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "3c19382a-adde-45d0-a73d-da2b124d7343",
      "name": "Stripe | 請求書作成",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        -20
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "8f87207b-68e4-4f17-95fb-95a9a1bf6f77",
      "name": "Stripe | 請求書確定",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        -20
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "0c21fb33-2466-439d-92bf-7b3bdd8e7759",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "739880d6-0faf-49cd-94cf-cff09229b818",
      "name": "「ワークフローをテスト」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        140,
        -20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "eb42c466-213b-4692-948f-d6a6ef3c606c",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0b0d6e87-91b3-4e9b-910d-d531f5d394c3",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c6bee5f2-f19b-4349-941d-643cee7fa46c",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1240,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "75b0894b-fc6b-4e91-afd2-0bc60d04a1a9": {
      "main": [
        [
          {
            "node": "ff65a11c-f5ae-4f89-a747-7e8e2f7af75f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ff65a11c-f5ae-4f89-a747-7e8e2f7af75f": {
      "main": [
        [
          {
            "node": "3c19382a-adde-45d0-a73d-da2b124d7343",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3c19382a-adde-45d0-a73d-da2b124d7343": {
      "main": [
        [
          {
            "node": "8f87207b-68e4-4f17-95fb-95a9a1bf6f77",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "739880d6-0faf-49cd-94cf-cff09229b818": {
      "main": [
        [
          {
            "node": "75b0894b-fc6b-4e91-afd2-0bc60d04a1a9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 財務, プロダクト

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数9
カテゴリー2
ノードタイプ4
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Solomon

Solomon

@solomon

Freelance consultant from Brazil, specializing in automations and data analysis. I work with select clients, addressing their toughest projects. For business inquiries, email me at automations.solomon@gmail.com or message me on Telegram for a faster response.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34