Stripe顧客を作成または検索し、自動のに請求書を生成する

中級

これはFinance, IT Ops分野の自動化ワークフローで、10個のノードを含みます。主にIf, Set, HttpRequest, ManualTriggerなどのノードを使用。 Stripe顧客の作成・検索と自動発注書生成

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

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "568298fde06d3db80a2eea77fe5bf45f0c7bb898dea20b769944e9ac7c6c5a80"
  },
  "nodes": [
    {
      "id": "6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45",
      "name": "Stripe顧客を取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -460,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "3e000064-f370-4229-a46c-eb93ab34cfae",
      "name": "顧客は存在しますか?",
      "type": "n8n-nodes-base.if",
      "position": [
        -260,
        100
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "82014597-3859-4762-a9b3-10e1e9d9aeda",
      "name": "顧客を作成",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        0,
        200
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
      "name": "請求書を作成",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "abcdc761-c7d2-4eaf-8cbd-c4fe80cc47ad",
      "name": "請求書を確定",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        700,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a90c9731-8fea-4037-a6c4-04bc52ad4eac",
      "name": "「ワークフローをテスト」をクリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -860,
        100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5a3478f0-a0d3-493f-9420-126cbcde535d",
      "name": "請求書データを設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -660,
        100
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "eb49ed91-bd3b-4752-8932-327457c6ae72",
      "name": "付箋メモ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "923b2c54-eeb8-4605-b0fd-fc24939f11ff",
      "name": "顧客IDを設定",
      "type": "n8n-nodes-base.set",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "250a7a35-2079-45fc-b192-dd8a012bbb97",
      "name": "請求書に項目を追加",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "0f95b863-e1f7-4732-9e9d-3e3c2deae76b": {
      "main": [
        [
          {
            "node": "250a7a35-2079-45fc-b192-dd8a012bbb97",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "82014597-3859-4762-a9b3-10e1e9d9aeda": {
      "main": [
        [
          {
            "node": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "923b2c54-eeb8-4605-b0fd-fc24939f11ff": {
      "main": [
        [
          {
            "node": "0f95b863-e1f7-4732-9e9d-3e3c2deae76b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3e000064-f370-4229-a46c-eb93ab34cfae": {
      "main": [
        [
          {
            "node": "923b2c54-eeb8-4605-b0fd-fc24939f11ff",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "82014597-3859-4762-a9b3-10e1e9d9aeda",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5a3478f0-a0d3-493f-9420-126cbcde535d": {
      "main": [
        [
          {
            "node": "6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "250a7a35-2079-45fc-b192-dd8a012bbb97": {
      "main": [
        [
          {
            "node": "abcdc761-c7d2-4eaf-8cbd-c4fe80cc47ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6f5abd7f-51a7-488f-9fdc-0dc7b9b94b45": {
      "main": [
        [
          {
            "node": "3e000064-f370-4229-a46c-eb93ab34cfae",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a90c9731-8fea-4037-a6c4-04bc52ad4eac": {
      "main": [
        [
          {
            "node": "5a3478f0-a0d3-493f-9420-126cbcde535d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 財務, IT運用

有料ですか?

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

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

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

作成者
Audun

Audun

@xqus

Transforming complexity into simplicity.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34