顧客育成・紹介自動化(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など)は別途料金が発生する場合があります。
関連ワークフロー
Blush Pink Week — 7日間のPinterestプランナ(n8n + Notion)
Notionとの連携機能付き7日間のPinterestコンテンツプランナー
If
Set
Cron
+
If
Set
Cron
17 ノードShelly-Ann Davy
ソーシャルメディア
エレガントな顧客紹介カスタマーサービス — プロフェッショナル版(汎用、v3)
Notion、メール、CRMの統合による自動顧客オンボーディングシステム
If
Set
Notion
+
If
Set
Notion
31 ノードShelly-Ann Davy
顧客管理
アフォーム送信機+週次の感謝サマリー(ヘルス)v2
Notion、メール、Telegramを使って隔日の肯定メッセージと週次の感謝要約を送信
If
Set
Cron
+
If
Set
Cron
26 ノードShelly-Ann Davy
個人の生産性
パントリー ソフトウェア在庫補充 — Notion → 買い物リスト + メール
Notion とメール通知を使った食品冷蔵庫在庫の自動管理
Set
Cron
Notion
+
Set
Cron
Notion
15 ノードShelly-Ann Davy
個人の生産性
エレガントなコンテンツ起動 — RSS → Notion(n8n)
RSS フィードを日次のコンテンツアイデアへ整理し、メールで送信。Notion および Telegram オプションも対応
If
Set
Cron
+
If
Set
Cron
20 ノードShelly-Ann Davy
コンテンツ作成
週次の献立計画を立てて食材をNotionに追加(Cron + メール)
Notion で毎週の買い物リストを作成し、電子メール通知を自動のに送信します
If
Set
Code
+
If
Set
Code
20 ノードShelly-Ann
個人の生産性
ワークフロー情報
難易度
上級
ノード数17
カテゴリー2
ノードタイプ8
作成者
Shelly-Ann Davy
@shecodesfloFounder 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で表示 →
このワークフローを共有