🚀 自動化Stripe決済回復:失敗の追跡とフォローアップメール

中級

これはInvoice Processing分野の自動化ワークフローで、13個のノードを含みます。主にSet, Switch, SendInBlue, GoogleSheets, StripeTriggerなどのノードを使用。 🚀 Stripe支払い自動リカバリー:失敗の追跡とフォローアップメール

前提条件
  • Google Sheets API認証情報
  • Stripe API Key

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "b6731f6e46273cffeac6b5188a5b3bcb0840c00108e73b48ae2b799ac6e8e081",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "497e2fda-6782-4bc0-b594-11d545667b43",
      "name": "失敗した支払いを検出",
      "type": "n8n-nodes-base.stripeTrigger",
      "position": [
        -2500,
        160
      ],
      "webhookId": "c23dd369-5c11-4166-ad55-0af41858c0d6",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7e739ab1-372e-45a1-bf66-69376d8615b0",
      "name": "ユーザーと支払い情報を抽出",
      "type": "n8n-nodes-base.set",
      "position": [
        -2280,
        160
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "1b2195ec-be80-401d-a504-498266bfb9a0",
      "name": "シートに行を追加または更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1840,
        160
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "7edfaea7-a11f-4335-b17c-f7707049bd2c",
      "name": "重複を削除",
      "type": "n8n-nodes-base.removeDuplicates",
      "position": [
        -2060,
        160
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "e6498365-7e61-4d17-81e6-435776bdd96f",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1000,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "572cc980-ab25-4a65-a63b-21633c4b28c3",
      "name": "メール送信回数を更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "740421e1-2a63-440a-aba2-f6848fa3ab25",
      "name": "支払い失敗リードを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -780,
        100
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "ecb53f48-4515-4bad-9a3e-3191bf985d29",
      "name": "メール送信回数を確認",
      "type": "n8n-nodes-base.switch",
      "position": [
        -560,
        100
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "1fcea8aa-f547-48bc-92d5-2b3cd954a216",
      "name": "最初のメールを送信",
      "type": "n8n-nodes-base.sendInBlue",
      "position": [
        -220,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ec8849dc-47e0-4a47-acf7-15bbdc0905bf",
      "name": "2番目のメールを送信",
      "type": "n8n-nodes-base.sendInBlue",
      "position": [
        -220,
        200
      ],
      "parameters": {},
      "executeOnce": false,
      "typeVersion": 1
    },
    {
      "id": "07d8a522-cd9b-451c-a45e-3b2074746b51",
      "name": "これらのリードへのメール送信を停止",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        200
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "a6591c76-c5de-468c-b36e-23d867a5d1cb",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2840,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "81c80cf6-b0ed-4dc5-8cd1-4e8b7d7f3409",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1560,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "e6498365-7e61-4d17-81e6-435776bdd96f": {
      "main": [
        [
          {
            "node": "740421e1-2a63-440a-aba2-f6848fa3ab25",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1fcea8aa-f547-48bc-92d5-2b3cd954a216": {
      "main": [
        [
          {
            "node": "572cc980-ab25-4a65-a63b-21633c4b28c3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7edfaea7-a11f-4335-b17c-f7707049bd2c": {
      "main": [
        [
          {
            "node": "1b2195ec-be80-401d-a504-498266bfb9a0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ec8849dc-47e0-4a47-acf7-15bbdc0905bf": {
      "main": [
        [
          {
            "node": "07d8a522-cd9b-451c-a45e-3b2074746b51",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "497e2fda-6782-4bc0-b594-11d545667b43": {
      "main": [
        [
          {
            "node": "7e739ab1-372e-45a1-bf66-69376d8615b0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "740421e1-2a63-440a-aba2-f6848fa3ab25": {
      "main": [
        [
          {
            "node": "ecb53f48-4515-4bad-9a3e-3191bf985d29",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ecb53f48-4515-4bad-9a3e-3191bf985d29": {
      "main": [
        [
          {
            "node": "1fcea8aa-f547-48bc-92d5-2b3cd954a216",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "ec8849dc-47e0-4a47-acf7-15bbdc0905bf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7e739ab1-372e-45a1-bf66-69376d8615b0": {
      "main": [
        [
          {
            "node": "7edfaea7-a11f-4335-b17c-f7707049bd2c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 請求書処理

有料ですか?

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

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

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

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34