包括のなリードニルティング&クオリファイケーション

中級

これはLead Nurturing分野の自動化ワークフローで、12個のノードを含みます。主にWait, Gmail, Slack, Webhook, Functionなどのノードを使用。 Gmail、Googleスプレッドシート、Slackを使った自動リード育成とクオリファイアーション

前提条件
  • Googleアカウント + Gmail API認証情報
  • Slack Bot Token または Webhook URL
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "AVOX7Cwp67PaJqYD",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "Comprehensive Lead Nurturing & Qualification",
  "tags": [],
  "nodes": [
    {
      "id": "22e7a3bd-91fd-40c9-a3fb-a4250e94f859",
      "name": "0. Webhook (リード取得)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1280,
        288
      ],
      "webhookId": "a6e061e4-b6ae-49e9-97f4-6da1a78fb2da",
      "parameters": {},
      "description": "Captures new lead data from forms or external sources.",
      "typeVersion": 1
    },
    {
      "id": "0b3ef33d-df99-40a2-acfc-04ea28e50a50",
      "name": "1. リードの認定と分類 (関数)",
      "type": "n8n-nodes-base.function",
      "position": [
        -1024,
        288
      ],
      "parameters": {},
      "description": "Validates, categorizes, and scores incoming leads.",
      "typeVersion": 1
    },
    {
      "id": "f8988011-bff7-4c4a-af7d-19b62c933b96",
      "name": "2. CRMを更新 (Google シート)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -768,
        288
      ],
      "parameters": {},
      "description": "Appends new lead data to your Google Sheets CRM.",
      "typeVersion": 3
    },
    {
      "id": "8b216c71-1ee8-4085-b63b-8b47d2052329",
      "name": "3. 担当者を割り当て (関数)",
      "type": "n8n-nodes-base.function",
      "position": [
        -528,
        288
      ],
      "parameters": {},
      "description": "Assigns the lead to an agent based on defined rules.",
      "typeVersion": 1
    },
    {
      "id": "defdeb26-2b9d-427e-80cd-c6e9816818d8",
      "name": "4. 初回自動返信 (Gmail)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -256,
        128
      ],
      "parameters": {},
      "description": "Sends an immediate, personalized email to the lead.",
      "typeVersion": 1
    },
    {
      "id": "0fb779c2-4fb6-4a9f-a261-21d884704dff",
      "name": "5. 担当者に通知 (Slack)",
      "type": "n8n-nodes-base.slack",
      "position": [
        240,
        448
      ],
      "parameters": {},
      "description": "Alerts the assigned agent about the new lead.",
      "typeVersion": 1
    },
    {
      "id": "c882513f-0949-4577-b86a-6d3f9940b62a",
      "name": "6. 育成シーケンス - 待機 1",
      "type": "n8n-nodes-base.wait",
      "position": [
        -16,
        128
      ],
      "webhookId": "abe22285-ea99-4a44-b51f-c48ca74573d1",
      "parameters": {},
      "description": "Waits 3 days before sending the first nurturing email.",
      "typeVersion": 1
    },
    {
      "id": "212338f7-efd0-4871-96de-ba8e15046c31",
      "name": "7. 育成シーケンス - メール 1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        240,
        128
      ],
      "parameters": {},
      "description": "Sends the first follow-up nurturing email.",
      "typeVersion": 1
    },
    {
      "id": "89f7b5a0-0d3e-4814-9a5a-bbc164b90432",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        224
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d01bd20b-9630-4eb1-819b-f8c4992d8b2e",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        384
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "94856d99-6950-4379-b6c5-cbf47110d56d",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -336,
        64
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0332f961-76cb-44fa-a563-2a02df6fbda9",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        528
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f8a64576-69ab-4ff4-9b19-0644fe17741e",
  "connections": {
    "22e7a3bd-91fd-40c9-a3fb-a4250e94f859": {
      "main": [
        [
          {
            "node": "0b3ef33d-df99-40a2-acfc-04ea28e50a50",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8b216c71-1ee8-4085-b63b-8b47d2052329": {
      "main": [
        [
          {
            "node": "defdeb26-2b9d-427e-80cd-c6e9816818d8",
            "type": "main",
            "index": 0
          },
          {
            "node": "0fb779c2-4fb6-4a9f-a261-21d884704dff",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f8988011-bff7-4c4a-af7d-19b62c933b96": {
      "main": [
        [
          {
            "node": "8b216c71-1ee8-4085-b63b-8b47d2052329",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c882513f-0949-4577-b86a-6d3f9940b62a": {
      "main": [
        [
          {
            "node": "212338f7-efd0-4871-96de-ba8e15046c31",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "defdeb26-2b9d-427e-80cd-c6e9816818d8": {
      "main": [
        [
          {
            "node": "c882513f-0949-4577-b86a-6d3f9940b62a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0b3ef33d-df99-40a2-acfc-04ea28e50a50": {
      "main": [
        [
          {
            "node": "f8988011-bff7-4c4a-af7d-19b62c933b96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

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

有料ですか?

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

関連ワークフロー

不動産観観フォー予約の自動化(不動産業)
Googleカレンダー、Slack、Calendlyを使った不動産物件見学オートメーション
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 ノードMarth
リードナーチャリング
AIを備えた高度なリード獲得と育成自動化システム
GPT-4、LinkedIn、Hunter.ioを使ってパーソナライズされたB2Bタッチを自動化
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
リードナーチャリング
リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
ウェブサイトのリード通知システム(Slack アラートと Gmail)
ウェブサイトのリードをキャプチャーし、Slack通知、Gmail返信、テーブルアーカイブを提供
Gmail
Slack
Webhook
+
Gmail
Slack
Webhook
6 ノードMarth
リードナーチャリング
GPT-4を基盤としたインテリジェント採用・候補者インタラクションシステム
GPT-4を活用したAI採用システムで、履歴書スクリーニングと自動アウトリーチを実現
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
人事
ECオペレーションデスクのAIシステム
Slack、Sheets、Gmail を使用した EC 注文、在庫、フィードバックの自動化
If
Gmail
Slack
+
If
Gmail
Slack
16 ノードMarth
顧客管理
ワークフロー情報
難易度
中級
ノード数12
カテゴリー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