스마트 잠재 고객 환영기(치과)
중급
이것은Lead Nurturing, Multimodal AI분야의자동화 워크플로우로, 14개의 노드를 포함합니다.주로 Wait, Gmail, Agent, ToolThink, GoogleSheetsTrigger 등의 노드를 사용하며. GPT-3.5 및 Google Sheets를 사용한 치과诊所용 자동화된 환자 응답 시스템
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Lv9oRZsJbywQxyXP",
"meta": {
"instanceId": "9f809bfc8e0071859d9ccaa58634646aca57d10a441308f02247b17f59745849",
"templateCredsSetupCompleted": true
},
"name": "Smart Lead Welcomer (Dental)",
"tags": [],
"nodes": [
{
"id": "b00450c4-4bf7-4d87-a2c4-dbdf3afc5638",
"name": "Google 스프레드시트 Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-16,
48
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 951804608,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1RLC2D_t-NYuhbKD8WV-EPh_INH7idEVhslXNbP2-jSE/edit#gid=951804608",
"cachedResultName": "Form responses 1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1RLC2D_t-NYuhbKD8WV-EPh_INH7idEVhslXNbP2-jSE",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1RLC2D_t-NYuhbKD8WV-EPh_INH7idEVhslXNbP2-jSE/edit?usp=drivesdk",
"cachedResultName": " Smart Lead Welcomer (Dental)"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "qvsa0BnEaLwjU6Lh",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "873655e8-0f44-4583-9314-42b8493c41e0",
"name": "대기",
"type": "n8n-nodes-base.wait",
"position": [
256,
48
],
"webhookId": "30f51dc4-6154-4fa0-93df-7c543ff814cc",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "7fe90709-0b71-413d-a580-28f97b8cb483",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-816,
-528
],
"parameters": {
"color": 6,
"width": 464,
"height": 240,
"content": "## ⚠️ The Problem\n**DDental clinics lose many new leads.\n\nPatients submit forms (teeth whitening, Invisalign, implants, etc.) but:\n\nThey only get a generic thank-you (not engaging).\n\nBy the time the clinic calls, many never respond.\n\nThis means lost revenue + cold leads."
},
"typeVersion": 1
},
{
"id": "4c2bd99e-ed16-4e45-b35f-faa07191f274",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
528,
48
],
"parameters": {
"text": "=Patient Details:\n- Full Name: {{$json[\"Full Name\"]}}\n- Email: {{$json[\"Email\"]}}\n- Treatment Interest: {{ $json[' What are you most interested in?'] }}\n- Dental Concern: {{$json[\"What’s your main dental concern right now? (e.g., yellow teeth, missing tooth, crooked smile)\"]}}\n- Contact Method: {{ $json[' What’s the best way to reach you?'] }}\n- Contact Time: {{$json[\"What’s the best time to reach you?\"]}}\n",
"options": {
"systemMessage": "=You are a friendly and professional dental clinic assistant for SmileBright Dental. \nYour task is to write a short, warm, and engaging welcome email based on the patient's form inputs. \nTailor the email to their treatment choice, mentioning it positively (e.g., Teeth Whitening → ✨ brighter smile, Invisalign → 😁 confident smile, Dental Implants → 🦷 restored smile). \nUse their main dental concern for personalization. \nEncourage them to book an appointment and include their preferred contact method and time. \nKeep the tone enthusiastic, professional, and concise. \n\n⚠️ Important: Return the output as a complete **HTML email** with:\n- A subject line in `<title>` at the top (for the email subject)\n- An `<h1>` or `<h2>` for greeting\n- Paragraphs `<p>` for the body\n- Emojis to make it friendly\n- A clear clickable call-to-action button (`<a href=\"https://wa.me/...\" style=\"...\">Book Appointment</a>`)\n\nDo not return JSON or plain text. Only valid HTML.\n"
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "800070a1-e597-4e9e-a648-76c2e7360e0d",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
496,
-144
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-3.5-turbo",
"cachedResultName": "gpt-3.5-turbo"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "vmQTqXXemcWXRkNn",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "d4667734-2bd0-4a0d-a35f-cf286ea976d0",
"name": "Think",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
736,
-144
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "697650aa-7639-49ba-a49a-c1bd04186d46",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
624,
-144
],
"parameters": {
"sessionKey": "={{ $('Google Sheets Trigger').item.json['Email address'] }}",
"sessionIdType": "customKey"
},
"typeVersion": 1.3
},
{
"id": "ac13787d-2893-4572-bcb9-d6632008d4e4",
"name": "Send a message",
"type": "n8n-nodes-base.gmail",
"position": [
944,
-48
],
"webhookId": "03cbe0e0-d50c-4efd-9537-0866d747c9f7",
"parameters": {
"sendTo": "={{ $('Google Sheets Trigger').item.json.Email }}",
"message": "={{ $json.output }}",
"options": {
"appendAttribution": false
},
"subject": "=Welcome to SmileBright Dental"
},
"credentials": {
"gmailOAuth2": {
"id": "rzn4lBZG4p6mgmwc",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "b79c7074-b933-495f-9475-6192f40c6284",
"name": "Send a message1",
"type": "n8n-nodes-base.gmail",
"position": [
960,
160
],
"webhookId": "109a4b14-f43d-4da1-9a1b-b3d57cdcd30d",
"parameters": {
"sendTo": "n8nagency.online@gmail.com",
"message": "=A new patient lead has arrived 🎉 Name:{{ $('Google Sheets Trigger').item.json['Full Name'] }} Email:{{ $('Google Sheets Trigger').item.json['Email address'] }} Phone: {{ $('Google Sheets Trigger').item.json['Phone no'] }}Treatment Interest: {{ $('Google Sheets Trigger').item.json[' What are you most interested in?'] }}Dental Concern:{{ $('Google Sheets Trigger').item.json['What’s your main dental concern right now? (e.g., yellow teeth, missing tooth, crooked smile)'] }}\nPlease follow up with them on {{ $('Google Sheets Trigger').item.json[' What’s the best way to reach you?'] }} in the{{ $('Google Sheets Trigger').item.json['What’s the best time to reach you?'] }}",
"options": {
"appendAttribution": false
},
"subject": "=New Lead {{ $('Google Sheets Trigger').item.json['Full Name'] }}",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "rzn4lBZG4p6mgmwc",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "6d27638f-ce3d-48b7-98ea-b4ea5c1b45f6",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
-80
],
"parameters": {
"width": 512,
"height": 128,
"content": "## Trigger\n⚡ Fires when a new patient submits the form.\nform is: https://docs.google.com/forms/u/0/d/e/1FAIpQLSevL3LaoKWTLuekELB0Mrp6k5jVh5WZockkdv0Lefn1_YjtXg/formResponse"
},
"typeVersion": 1
},
{
"id": "fd709424-75ff-4c66-950f-4753471428aa",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
208
],
"parameters": {
"color": 3,
"width": 304,
"height": 192,
"content": "## 📊 Save every lead for clinic records.\nin google sheet https://docs.google.com/spreadsheets/d/1RLC2D_t-NYuhbKD8WV-EPh_INH7idEVhslXNbP2-jSE/edit?resourcekey=&gid=951804608#gid=951804608"
},
"typeVersion": 1
},
{
"id": "4de5d999-378f-45f4-80fb-bc1b0d84643b",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
432,
-288
],
"parameters": {
"color": 5,
"width": 432,
"height": 592,
"content": "## AI AGENT \n🤖 Generate friendly, personalized welcome message."
},
"typeVersion": 1
},
{
"id": "b4a45166-fe5e-46b2-95b0-e6841986908e",
"name": "메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1152,
-64
],
"parameters": {
"color": 7,
"content": "## Patient Notification\n \n**SEND** 📧 personalized welcome email ,appointment notification,immediately."
},
"typeVersion": 1
},
{
"id": "f5247169-9177-47d0-984d-29b2afca881b",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1152,
192
],
"parameters": {
"color": 7,
"content": "## Dentist Notification\n \n**SEND** 📧 personalized welcome email ,appointment notification,immediately."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b7e9eecf-b28b-49d8-97cb-10a7a33931f8",
"connections": {
"Wait": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"d4667734-2bd0-4a0d-a35f-cf286ea976d0": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "b79c7074-b933-495f-9475-6192f40c6284",
"type": "main",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"b79c7074-b933-495f-9475-6192f40c6284": {
"main": [
[
{
"node": "ac13787d-2893-4572-bcb9-d6632008d4e4",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Google Sheets Trigger": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 리드 육성, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
판매 유도 - Jina로 Gmail
Jina AI와 OpenAI를 사용하여 판매 유도 정보 생성 및 연구, Gmail을 통해 이메일 자동화
If
Set
Wait
+
If
Set
Wait
43 노드FabioInTech
리드 육성
다단계 도구 실행이 가능한 AI 기반 HVAC 스케줄링 에이전트
AI 에이전트, Google 캘린더 및 Gmail을 통한 HVAC 서비스 스케줄링 자동화
Wait
Gmail
Webhook
+
Wait
Gmail
Webhook
30 노드Bhuvanesh R
지원 챗봇
09 - 잠재 리드 프로필 강화기
잠재 고객 정보 보강 및 개인화 아웃리치 자동화: HubSpot, Phantombuster 및 GPT
If
Set
Code
+
If
Set
Code
30 노드Avkash Kakdiya
리드 육성
완전히 맞춤화된 3통의 이메일 후속 작업이 포함된 GPT-4 기반 콜드 이메일 워크플로
GPT-4, Mailgun 및 Supabase를 사용한 개인 맞춤형 콜드 이메일 시퀀스 자동화
If
Set
Code
+
If
Set
Code
100 노드Paul
리드 육성
AI 리드 생성을 통한 스마트 부동산 이메일 및 텔레마케팅
Llama AI, VAPI 통화 및 Gmail 마케팅 캠페인 부동산 마케팅 자동화
Code
Wait
Gmail
+
Code
Wait
Gmail
23 노드Oneclick AI Squad
리드 육성
GPT-5 세일즈 담당자 인바운드 리드
GPT-4, Tavily 리서치 및 Gmail 기반 자동화된 영업 후속
Gmail
Form Trigger
Agent
+
Gmail
Form Trigger
Agent
11 노드Automate With Marc
리드 육성
워크플로우 정보
난이도
중급
노드 수14
카테고리2
노드 유형8
저자
Sana Fatima
@iamsanafatimachatthaObsessed with AI automation | n8n Creator building seamless workflows | Passionate about empowering Pakistani women to lead in tech with bold, innovative solutions 🌟 #n8n
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유