顧客育成・紹介自動化(Gumroad → Notion → メール)

上級

これはSocial Media, Multimodal AI分野の自動化ワークフローで、17個のノードを含みます。主にWait, Notion, Webhook, Function, EmailSendなどのノードを使用。 Gumroad顧客育成・推薦自動ナビゲーション(Notionとメール使用)

前提条件
  • Notion API Key
  • HTTP Webhookエンドポイント(n8nが自動生成)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {},
  "name": "Client Nurture & Testimonial Auto-Pilot (Gumroad → Notion → Email)",
  "nodes": [
    {
      "id": "StickyOverview",
      "name": "📌 付箋 — 概要とセットアップ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "WebhookSale",
      "name": "Gumroad セール(Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMap",
      "name": "セール → クライアントのマッピング",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateClient",
      "name": "Notion — クライアント作成",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailDelivery",
      "name": "メール — 配送(即時)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait3d",
      "name": "待機 — 3日間",
      "type": "n8n-nodes-base.wait",
      "position": [
        1060,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailTips",
      "name": "メール — ヒント(3日目)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1260,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait7d",
      "name": "待機 — 7日間",
      "type": "n8n-nodes-base.wait",
      "position": [
        1460,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnTestimonialLink",
      "name": "感想リンクの作成",
      "type": "n8n-nodes-base.function",
      "position": [
        1660,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailAsk",
      "name": "メール — 感想依頼(7日目)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "WebhookTestimonial",
      "name": "感想(Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMapT",
      "name": "感想のマッピング",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateT",
      "name": "Notion — 感想作成",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailOwner",
      "name": "メール — オーナー通知",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "RespondOK",
      "name": "返信 — 感謝",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1060,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ErrorTrig",
      "name": "エラー時",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        80,
        520
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailError",
      "name": "メール — エラーアラート",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        340,
        520
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1",
    "saveExecutionProgress": true
  },
  "connections": {
    "ErrorTrig": {
      "main": [
        [
          {
            "node": "EmailError",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMapT": {
      "main": [
        [
          {
            "node": "NotionCreateT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait3d": {
      "main": [
        [
          {
            "node": "EmailTips",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait7d": {
      "main": [
        [
          {
            "node": "FnTestimonialLink",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMap": {
      "main": [
        [
          {
            "node": "NotionCreateClient",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookTestimonial": {
      "main": [
        [
          {
            "node": "FnMapT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnTestimonialLink": {
      "main": [
        [
          {
            "node": "EmailAsk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailOwner": {
      "main": [
        [
          {
            "node": "RespondOK",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailTips": {
      "main": [
        [
          {
            "node": "Wait7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookSale": {
      "main": [
        [
          {
            "node": "FnMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateClient": {
      "main": [
        [
          {
            "node": "EmailDelivery",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateT": {
      "main": [
        [
          {
            "node": "EmailOwner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailDelivery": {
      "main": [
        [
          {
            "node": "Wait3d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - ソーシャルメディア, マルチモーダルAI

有料ですか?

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

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

上級者向け、16ノード以上の複雑なワークフロー

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

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