새 Vtiger 잠재 고객에게 환영 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": "일정 트리거 Every n Minutes",
"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": "If there's a data returned",
"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": "작업 없음, do nothing",
"type": "n8n-nodes-base.noOp",
"position": [
-80,
-16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "63514400-625b-4bd6-bbb3-8892e671d671",
"name": "Enviar texto",
"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 get Latest Lead",
"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 Update Lead to Mark as Whatsapp Sent",
"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": "No Operation, do nothing",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger Every n Minutes": {
"main": [
[
{
"node": "7c73ab05-6c59-4f93-b354-940a2ad0e05d",
"type": "main",
"index": 0
}
]
]
},
"cecfb193-03b1-47ff-8849-d4c00a3f0bc6": {
"main": [
[]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 리드 육성
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Google Sheets 조회 기능을 갖춘 AI 기반 WhatsApp 판매 봇
DeepSeek AI, Google Sheets, 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을 통해 자주 묻는 질문에 답변
DeepSeek LLM와 LangChain으로 Vtiger CRM 내 FAQ 답변 자동 생성
If
Agent
Schedule Trigger
+
If
Agent
Schedule Trigger
8 노드Ahmed Saadawi
콘텐츠 제작
MySQL 행 동기화至 Google Sheets
중복 방지 기능 포함 MySQL에서 Google Sheets로 자동 동기화
If
My Sql
Google Sheets
+
If
My Sql
Google Sheets
9 노드Ahmed Saadawi
엔지니어링
완전히 맞춤화된 3통의 이메일 후속 작업이 포함된 GPT-4 기반 콜드 이메일 워크플로
GPT-4, Mailgun 및 Supabase를 사용한 개인 맞춤형 콜드 이메일 시퀀스 자동화
If
Set
Code
+
If
Set
Code
100 노드Paul
리드 육성
콜드/웜 이메일 자동화
Google Sheets, 이메일 검증 및 SMTP를 사용한 자동 콜드 이메일 마케팅 캠페인
If
Set
Hunter
+
If
Set
Hunter
19 노드Janak Patel
리드 육성
워크플로우 정보
난이도
중급
노드 수7
카테고리1
노드 유형6
저자
Ahmed Saadawi
@ahmedsaadawiCRM 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에서 보기 →
이 워크플로우 공유