AI 기반 환자 등록 및 증상 분류 자동화
중급
이것은Support Chatbot, AI Summarization분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, Code, DateTime, CalTrigger, GoogleSheets 등의 노드를 사용하며. AI, Cal.com 및 Google 서비스를 사용한 환자 등록 및 증상 분류 자동화
사전 요구사항
- •Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "b6731f6e46273cffeac6b5188a5b3bcb0840c00108e73b48ae2b799ac6e8e081",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"name": "지능형 의사 라우팅",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
320,
-60
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "166672ec-9cc6-454d-a4f3-65668136dee3",
"name": "진료 예약 시간 확보",
"type": "n8n-nodes-base.dateTime",
"position": [
120,
-60
],
"parameters": {},
"typeVersion": 2
},
{
"id": "80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a",
"name": "환자 정보 및 AI 진단 추출",
"type": "n8n-nodes-base.set",
"position": [
940,
-60
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "82cdfc69-cd8a-4098-88fa-1f41fe05f375",
"name": "AI 진단",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
320,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "554a8f4d-26d5-49ab-9b88-c6ba4af51d2c",
"name": "현재 예약 목록 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
520,
200
],
"parameters": {},
"typeVersion": 4.6,
"alwaysOutputData": true
},
{
"id": "beafad53-227e-47d9-b019-892b36f7d9d7",
"name": "고유 예약 반환",
"type": "n8n-nodes-base.code",
"position": [
740,
200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "b1e0f815-e791-458c-9f9b-6e3370161462",
"name": "새 예약 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
980,
200
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "a7ec4cac-1a3c-424f-9162-1b626830749e",
"name": "부서별 캘린더 매핑",
"type": "n8n-nodes-base.code",
"position": [
520,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "e2f3d3fb-3e28-4116-b653-6e4c856fd0ca",
"name": "신규 환자 예약 요청 확인",
"type": "n8n-nodes-base.calTrigger",
"position": [
-100,
-60
],
"webhookId": "46578e33-e893-4668-855c-d0714c6c63bd",
"parameters": {},
"typeVersion": 2
},
{
"id": "8ecacd04-ebdb-4211-8c4e-6fd490f55177",
"name": "해당 부서 캘린더에 예약 생성",
"type": "n8n-nodes-base.googleCalendar",
"position": [
780,
460
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "1feca45d-b494-4245-9f53-ffc1438642fd",
"name": "선호 구조로 출력 파싱",
"type": "n8n-nodes-base.code",
"position": [
700,
-60
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"82cdfc69-cd8a-4098-88fa-1f41fe05f375": {
"ai_languageModel": [
[
{
"node": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"166672ec-9cc6-454d-a4f3-65668136dee3": {
"main": [
[
{
"node": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"type": "main",
"index": 0
}
]
]
},
"b1e0f815-e791-458c-9f9b-6e3370161462": {
"main": [
[
{
"node": "a7ec4cac-1a3c-424f-9162-1b626830749e",
"type": "main",
"index": 0
}
]
]
},
"554a8f4d-26d5-49ab-9b88-c6ba4af51d2c": {
"main": [
[
{
"node": "beafad53-227e-47d9-b019-892b36f7d9d7",
"type": "main",
"index": 0
}
]
]
},
"9d63fd49-dcd0-44b5-b430-a2afe14679a5": {
"main": [
[
{
"node": "1feca45d-b494-4245-9f53-ffc1438642fd",
"type": "main",
"index": 0
}
]
]
},
"beafad53-227e-47d9-b019-892b36f7d9d7": {
"main": [
[
{
"node": "b1e0f815-e791-458c-9f9b-6e3370161462",
"type": "main",
"index": 0
}
]
]
},
"80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a": {
"main": [
[
{
"node": "554a8f4d-26d5-49ab-9b88-c6ba4af51d2c",
"type": "main",
"index": 0
}
]
]
},
"1feca45d-b494-4245-9f53-ffc1438642fd": {
"main": [
[
{
"node": "80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a",
"type": "main",
"index": 0
}
]
]
},
"e2f3d3fb-3e28-4116-b653-6e4c856fd0ca": {
"main": [
[
{
"node": "166672ec-9cc6-454d-a4f3-65668136dee3",
"type": "main",
"index": 0
}
]
]
},
"a7ec4cac-1a3c-424f-9162-1b626830749e": {
"main": [
[
{
"node": "8ecacd04-ebdb-4211-8c4e-6fd490f55177",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 지원 챗봇, AI 요약
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 기반 회의 연구 및 일일 아젠다 (Google 캘린더, Attio CRM 및 Slack)
AI 기반 회의 연구 및 일일 아젠다: Google 캘린더, Attio CRM 및 Slack 활용
If
Set
Code
+
If
Set
Code
30 노드Harry Siggins
AI 요약
AI, Apify 및 Telegram 통합을 사용한 도구 평가 자동화
Telegram, Apify, AI 및 Google Sheets를 사용한 웹사이트 도구 분석 자동화
If
Set
Code
+
If
Set
Code
20 노드Mirza Ajmal
AI 요약
매일 WhatsApp 그룹 지능형 분석: GPT-4.1 분석 및 음성 메시지 변환
매일 WhatsApp 그룹 지능 분석: GPT-4.1 분석 및 음성 메시지 트랜스크립션
If
Set
Code
+
If
Set
Code
52 노드Daniel Lianes
기타
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
작업일지 기록
AI 작업시간표 생성기 - Gmail, 캘린더, GitHub을 Google 스프레드시트에 통합
If
Set
Code
+
If
Set
Code
31 노드Luka Zivkovic
개인 생산성
01 AI 미디어 바이어를 사용한 Facebook 광고 성과 분석 및 Google Sheets로 인사이트 전송
Gemini AI를 사용한 Facebook 광고 분석 및 Google Sheets로 인사이트 전송
If
Set
Code
+
If
Set
Code
34 노드JJ Tham
시장 조사