Stripe、メール、Notion、Telegram を使ってディジタル製品の配送と販売追跡を自動化

中級

これはCRM分野の自動化ワークフローで、7個のノードを含みます。主にIf, Notion, Webhook, Telegram, EmailSendなどのノードを使用。 Stripe、メール、Notion、Telegram を使ったデジタル製品の自動配信と販売追跡

前提条件
  • Notion API Key
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Telegram Bot Token
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "nodes": [
    {
      "name": "Stripe Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Stripe-Webhook-0"
    },
    {
      "name": "Stripeセッション取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Stripe--1"
    },
    {
      "name": "製品確認",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--2"
    },
    {
      "name": "メール送信 - 製品A",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        900,
        150
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "---A-3"
    },
    {
      "name": "メール送信 - 製品B",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        900,
        450
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "---B-4"
    },
    {
      "name": "Notionへ記録",
      "type": "n8n-nodes-base.notion",
      "position": [
        1150,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Notion--5"
    },
    {
      "name": "Telegram通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1400,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Telegram--6"
    }
  ],
  "pinData": {},
  "connections": {
    "--2": {
      "main": [
        [
          {
            "node": "---A-3",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "---B-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion--5": {
      "main": [
        [
          {
            "node": "Telegram--6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe-Webhook-0": {
      "main": [
        [
          {
            "node": "Stripe--1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe--1": {
      "main": [
        [
          {
            "node": "--2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "---A-3": {
      "main": [
        [
          {
            "node": "Notion--5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "---B-4": {
      "main": [
        [
          {
            "node": "Notion--5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 顧客管理

有料ですか?

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

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

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

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34