新規Vtigerのリードに対して自動のにWelcome WhatsAppメッセージを送信

中級

これはLead Nurturing分野の自動化ワークフローで、7個のノードを含みます。主にIf, ScheduleTrigger, VtigerNode, EvolutionApiなどのノードを使用。 Evolution API WhatsApp経由でVtiger CRMリードにウェルカムメッセージを自動のに送信します

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "ykXuNTlTy4GTDjOE",
  "meta": {
    "instanceId": "ea2b41532677d34614d95d13d7d2ccb694657be482144baf71e7140df3b2a853",
    "templateCredsSetupCompleted": true
  },
  "name": "Auto-Send Welcome WhatsApp Message to new Vtiger Leads",
  "tags": [],
  "nodes": [
    {
      "id": "9eb3438a-721e-47b1-b05d-fbeb6e6a53f0",
      "name": "スケジュールトリガー(n分毎)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -816,
        -208
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 1
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "7d90f8b4-a984-4532-8378-3188d80d4ebe",
      "name": "データ返却ありの場合",
      "type": "n8n-nodes-base.if",
      "position": [
        -368,
        -208
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "1a4121a1-3315-48c6-b319-be947242e291",
              "operator": {
                "type": "string",
                "operation": "notEmpty",
                "singleValue": true
              },
              "leftValue": "={{ $json.result[0].id }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "48a1a508-3e84-4875-b34e-f5bc4a1ec6a3",
      "name": "操作なし(何もしない)",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -80,
        -16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "63514400-625b-4bd6-bbb3-8892e671d671",
      "name": "テキスト送信",
      "type": "n8n-nodes-evolution-api.evolutionApi",
      "position": [
        128,
        -352
      ],
      "parameters": {
        "resource": "messages-api",
        "remoteJid": "={{ $json.result[0].phone }}",
        "messageText": "=Hi {{ $json.result[0].firstname }} {{ $json.result[0].lastname }} 😊,\n\nWe have received your interest with our services and we well contact you soon.\n\nHave a nice day 🙏💐",
        "instanceName": "Ahmed560",
        "options_message": {}
      },
      "credentials": {
        "evolutionApi": {
          "id": "OfCJPxnswdkJBefM",
          "name": "Evolution account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "7c73ab05-6c59-4f93-b354-940a2ad0e05d",
      "name": "VtigerCRM 最新リード取得",
      "type": "n8n-nodes-vtiger-crm.vtigerNode",
      "position": [
        -592,
        -208
      ],
      "parameters": {
        "query_field": "select * from Leads where cf_1090!=1 order by id desc limit 1;"
      },
      "credentials": {
        "vtigerApi": {
          "id": "GDVMGSZb4YFb0cMz",
          "name": "SaadeddinTestCRM"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "cecfb193-03b1-47ff-8849-d4c00a3f0bc6",
      "name": "VtigerCRM リード更新(Whatsapp送信済みマーク)",
      "type": "n8n-nodes-vtiger-crm.vtigerNode",
      "position": [
        128,
        -176
      ],
      "parameters": {
        "operation": "update",
        "element_field": "={\n  \"cf_1090\": \"1\"\n}",
        "webservice_id_field": "={{ $json.result[0].id }}"
      },
      "credentials": {
        "vtigerApi": {
          "id": "GDVMGSZb4YFb0cMz",
          "name": "SaadeddinTestCRM"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a68394bd-0580-4705-b8c8-0e5f0c033d78",
      "name": "付箋メモ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -784,
        -528
      ],
      "parameters": {
        "width": 592,
        "height": 304,
        "content": "### 🤖 Auto-Send Welcome WhatsApp Message to New Vtiger Leads  \n**(Vtiger CRM + Evolution API)**\nThis workflow runs **every 1 minute** to:\n- 📥 Get the latest lead from Vtiger CRM (not yet marked as contacted)\n- 💬 Send a **personalized welcome WhatsApp message** using Evolution API\n- ✅ Update the lead record with a custom field to mark that the message was sent\n\n> 💡 Requires:\n> - Evolution API (self-hosted or cloud)\n> - Community vtiger-crm and evolution-api nodes (install via Community Nodes)\n\n> 📲 Ideal for sales or support teams who want to automatically greet new leads on WhatsApp and avoid duplicates."
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "24911a81-1f5f-4358-af02-d6a399d9a5e0",
  "connections": {
    "7c73ab05-6c59-4f93-b354-940a2ad0e05d": {
      "main": [
        [
          {
            "node": "7d90f8b4-a984-4532-8378-3188d80d4ebe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7d90f8b4-a984-4532-8378-3188d80d4ebe": {
      "main": [
        [
          {
            "node": "cecfb193-03b1-47ff-8849-d4c00a3f0bc6",
            "type": "main",
            "index": 0
          },
          {
            "node": "63514400-625b-4bd6-bbb3-8892e671d671",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "48a1a508-3e84-4875-b34e-f5bc4a1ec6a3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9eb3438a-721e-47b1-b05d-fbeb6e6a53f0": {
      "main": [
        [
          {
            "node": "7c73ab05-6c59-4f93-b354-940a2ad0e05d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cecfb193-03b1-47ff-8849-d4c00a3f0bc6": {
      "main": [
        []
      ]
    }
  }
}
よくある質問

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

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

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

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

有料ですか?

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

関連ワークフロー

AI基づきWhatsAppセールスロボット:Google Sheets照会機能付き
DeepSeek AI、Google スプレッドシート、Gmail を使用した WhatsApp 販売の自動化
If
Webhook
Gmail Tool
+
If
Webhook
Gmail Tool
10 ノードAhmed Saadawi
リードナーチャリング
VtigerのサポートチケットをTelegramに自動送信(ステータス更新付き)
VtigerサポートチケットをTelegramに自動のに送信します(ステータス更新を含む)
If
Telegram
Schedule Trigger
+
If
Telegram
Schedule Trigger
7 ノードAhmed Saadawi
チケット管理
Vtiger CRMがDeepSeek LLMを使ってよくある質問に回答する
Vtiger CRM内でDeepSeek LLMとLangChainを使用してFAQ回答を自動生成
If
Agent
Schedule Trigger
+
If
Agent
Schedule Trigger
8 ノードAhmed Saadawi
コンテンツ作成
MySQLの行をGoogleスプレッドシートに同期
重複防止を含む MySQL から Google スプシンドの自動同期
If
My Sql
Google Sheets
+
If
My Sql
Google Sheets
9 ノードAhmed Saadawi
エンジニアリング
GPT-4駆動のカールドメールワークフロー(完全カスタマイズされた3本のメールフォロー付き)
GPT-4、Mailgun、Supabaseを使ってパーソナライズされたラグディ冷信Seriesを自動化
If
Set
Code
+
If
Set
Code
100 ノードPaul
リードナーチャリング
冷え込み/ホットなメール自動化
Google Sheets、メール検証、SMTPを使った自動コールドメールマーケティングキャンペーン
If
Set
Hunter
+
If
Set
Hunter
19 ノードJanak Patel
リードナーチャリング
ワークフロー情報
難易度
中級
ノード数7
カテゴリー1
ノードタイプ6
難易度説明

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

作成者
Ahmed Saadawi

Ahmed Saadawi

@ahmedsaadawi

CRM consultant and automation expert with 15+ years of experience building AI-powered, no-code workflows for sales, support, and operations. Open to collaboration or custom solutions — let’s connect!

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34