インテリジェントな顧客関係と予約の自動化

中級

これはLead Nurturing分野の自動化ワークフローで、13個のノードを含みます。主にIf, Wait, Twilio, GoogleSheets, ScheduleTriggerなどのノードを使用。 Google CalendarとTwilioを使った自動顧客の旅: 予約リマインダーとフォローアップ

前提条件
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "IxJT4VqwE8KfCHzD",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
    "templateCredsSetupCompleted": true
  },
  "name": "Smart Client Relationship & Appointment Automation",
  "tags": [],
  "nodes": [
    {
      "id": "828d6aa3-e18a-4dac-90b8-2000e2c4c5e1",
      "name": "Google Calendar Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        -16,
        -48
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "85658a7a-92c2-4b62-b4ad-8410783e5e0a",
      "name": "CRMから顧客データを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        208,
        -48
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "a35ef5a5-5f67-4c67-b5e3-f04bad792b70",
      "name": "If (新規顧客 vs 既存顧客)",
      "type": "n8n-nodes-base.if",
      "position": [
        432,
        -48
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "487cc4dc-e8a3-4bbf-9e4a-71000346b709",
      "name": "新規顧客ウェルカム&リマインダー",
      "type": "n8n-nodes-base.twilio",
      "position": [
        656,
        -144
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3f151b68-5091-403e-9cd0-1c0bb3483a14",
      "name": "既存顧客リマインダー",
      "type": "n8n-nodes-base.twilio",
      "position": [
        656,
        48
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c9302985-1479-423e-821a-f583df074d97",
      "name": "Wait (アポイントメント後)",
      "type": "n8n-nodes-base.wait",
      "position": [
        880,
        -48
      ],
      "webhookId": "b2d7215a-ee18-4368-9459-126c027f30e5",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "c1aa2c5e-79ae-4e75-b7a2-7460999895a1",
      "name": "アンケート/レビュー依頼送信",
      "type": "n8n-nodes-base.twilio",
      "position": [
        1104,
        -48
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8aecc08d-41a9-4bd1-9b34-56a250db8404",
      "name": "リエンゲージメントトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -16,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "3f107284-d3c7-4277-ae9c-ad7cb5adff3f",
      "name": "リエンゲージメントが必要な顧客を検索",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        208,
        400
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "ed722360-e087-4682-afb8-49b64d8617b9",
      "name": "リエンゲージメントオファー",
      "type": "n8n-nodes-base.twilio",
      "position": [
        432,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b722ac5f-9027-42f8-9ae8-374eed05a908",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8957e88d-343e-4b18-8828-edef8781363e",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1f5066da-9539-486c-9ef5-8420f7136976",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "e4cc379f-df88-40ed-b3a4-49243b33f1db",
  "connections": {
    "8aecc08d-41a9-4bd1-9b34-56a250db8404": {
      "main": [
        [
          {
            "node": "3f107284-d3c7-4277-ae9c-ad7cb5adff3f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "828d6aa3-e18a-4dac-90b8-2000e2c4c5e1": {
      "main": [
        [
          {
            "node": "85658a7a-92c2-4b62-b4ad-8410783e5e0a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "85658a7a-92c2-4b62-b4ad-8410783e5e0a": {
      "main": [
        [
          {
            "node": "a35ef5a5-5f67-4c67-b5e3-f04bad792b70",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c9302985-1479-423e-821a-f583df074d97": {
      "main": [
        [
          {
            "node": "c1aa2c5e-79ae-4e75-b7a2-7460999895a1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3f151b68-5091-403e-9cd0-1c0bb3483a14": {
      "main": [
        [
          {
            "node": "c9302985-1479-423e-821a-f583df074d97",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a35ef5a5-5f67-4c67-b5e3-f04bad792b70": {
      "main": [
        [
          {
            "node": "487cc4dc-e8a3-4bbf-9e4a-71000346b709",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "3f151b68-5091-403e-9cd0-1c0bb3483a14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "487cc4dc-e8a3-4bbf-9e4a-71000346b709": {
      "main": [
        [
          {
            "node": "c9302985-1479-423e-821a-f583df074d97",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3f107284-d3c7-4277-ae9c-ad7cb5adff3f": {
      "main": [
        [
          {
            "node": "ed722360-e087-4682-afb8-49b64d8617b9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - リードナーチャリング

有料ですか?

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

関連ワークフロー

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

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

作成者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34