Notionから自動で顧客育成メールと評価収集を実行

上級

これはSupport Chatbot, Multimodal AI分野の自動化ワークフローで、19個のノードを含みます。主にIf, Set, Code, Webhook, Telegramなどのノードを使用。 Telegramを使ってGoogleカレンダーとNotion CRMによる会議スケジュールの自動化

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Telegram Bot Token
  • ターゲットAPIの認証情報が必要な場合あり
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "templateCreatedBy": {
      "id": "template-creator",
      "name": "n8n Template Creator"
    },
    "templateCredentials": [
      "notionApi",
      "smtp",
      "telegramApi"
    ]
  },
  "name": "Automate client nurture emails and testimonial collection from Notion",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "セットアップガイド",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-config",
      "name": "設定手順",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual-trigger",
      "name": "手動トリガー",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule-trigger",
      "name": "毎日スケジュール",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -300,
        420
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "settings",
      "name": "設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -60,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "get-date",
      "name": "今日の日付を取得",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "query-notion",
      "name": "Notionをクエリ",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        360
      ],
      "parameters": {},
      "typeVersion": 4.1
    },
    {
      "id": "calculate",
      "name": "日数を計算",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day7",
      "name": "IF 7日目",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day30",
      "name": "IF 30日目",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day60",
      "name": "IF 60日目",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day7",
      "name": "7日目メール",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day30",
      "name": "30日目メール",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day60",
      "name": "60日目メール",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-notify",
      "name": "Telegram通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1260,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "webhook",
      "name": "評価Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -300,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "parse-testimonial",
      "name": "評価を解析",
      "type": "n8n-nodes-base.code",
      "position": [
        -60,
        640
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-testimonial",
      "name": "評価を通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        160,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "respond",
      "name": "返信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        380,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "respond": {
      "main": []
    },
    "if-day7": {
      "main": [
        [],
        [
          {
            "node": "email-day7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "settings": {
      "main": [
        [
          {
            "node": "get-date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-day30": {
      "main": [
        [],
        [
          {
            "node": "email-day30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-day60": {
      "main": [
        [],
        [
          {
            "node": "email-day60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day7": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day30": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day60": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "query-notion": {
      "main": [
        [
          {
            "node": "calculate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "calculate": {
      "main": [
        [
          {
            "node": "if-day7",
            "type": "main",
            "index": 0
          },
          {
            "node": "if-day30",
            "type": "main",
            "index": 0
          },
          {
            "node": "if-day60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get-date": {
      "main": [
        [
          {
            "node": "query-notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "manual-trigger": {
      "main": [
        [
          {
            "node": "settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule-trigger": {
      "main": [
        [
          {
            "node": "settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "parse-testimonial": {
      "main": [
        [
          {
            "node": "telegram-testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "telegram-testimonial": {
      "main": [
        [
          {
            "node": "respond",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook": {
      "main": [
        [
          {
            "node": "parse-testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 2
}
よくある質問

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

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

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

上級 - サポートチャットボット, マルチモーダルAI

有料ですか?

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

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

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

作成者
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