입사 절차
중급
이것은Support, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, Gmail, Start, ErrorTrigger, ChainLlm 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 고객 온보딩 에이전트: 자동 환영 이메일 생성기
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "7R0XDRrkPclEYLJS",
"meta": {
"instanceId": "57c71fe69aec521b7d0bd3751d2e0aaa08f8884418e122571610a23c9eb8a65c"
},
"name": "Onboarding",
"tags": [],
"nodes": [
{
"id": "d29dd2a4-bcf0-4a85-ace6-930f8f100bb6",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
1720,
200
],
"parameters": {
"color": 4,
"width": 420,
"height": 680,
"content": "=======================================\n WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n=======================================\n\nAuthor:\nYaron Been\n"
},
"typeVersion": 1
},
{
"id": "66045c99-118c-4302-807e-c4279d1a47a2",
"name": "시작",
"type": "n8n-nodes-base.start",
"position": [
-80,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3cc38fca-c0c9-4c9f-90f1-a9d0ece9522c",
"name": "오류 처리기",
"type": "n8n-nodes-base.errorTrigger",
"position": [
1180,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7b745afe-49a5-4cd6-aa03-a0dae214e908",
"name": "실행 완료",
"type": "n8n-nodes-base.noOp",
"position": [
1180,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0ea5c7e9-78b8-446a-bae1-802a5ecab399",
"name": "실행 실패",
"type": "n8n-nodes-base.noOp",
"position": [
1380,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e79e67c4-9de6-4287-86b9-e2cd6b884f52",
"name": "고객 체크리스트",
"type": "n8n-nodes-base.set",
"position": [
540,
20
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c9c81e80-f2f2-436d-a6cf-48882b0f72ea",
"name": "=Checklist",
"type": "string",
"value": "=\"Checklist\": \"\n1. Account setup\n2. Welcome call scheduled\n3. Document collection\n4. Service configuration\n5. Onboarding session\n6. First milestone review"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "daa90481-fb59-47ff-9aa1-14e33a42d459",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
700,
520
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.0-flash"
},
"credentials": {
"googlePalmApi": {
"id": "cHiuNFEYYehlLyFW",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "fc92711a-1073-474b-8e62-f6413986de4f",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-220
],
"parameters": {
"width": 540,
"content": "📋 Client Onboarding Automation \nThis workflow triggers when a new row is added to a Google Sheet linked to a Google Form. \nIt extracts client data, builds a checklist, uses Gemini to personalize it, and sends it via email. \nIncludes error handling to notify if execution fails.\n"
},
"typeVersion": 1
},
{
"id": "5907c579-44bf-47e4-b38e-944700e8e540",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "📤 Email the customized onboarding checklist \nto the client using their submitted email address\n"
},
"typeVersion": 1
},
{
"id": "f6abbdf9-156f-45cc-bb16-ccb619a3fba7",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1180,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "✅ Indicates successful end of execution\n"
},
"typeVersion": 1
},
{
"id": "2ccb5b9b-4d4b-4615-a8cd-c9aed234b75b",
"name": "메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1420,
520
],
"parameters": {
"width": 200,
"height": 100,
"content": "🚨 Handles errors from any node above \nCan trigger notifications or log the failure\n"
},
"typeVersion": 1
},
{
"id": "4aaef60e-2e14-416c-9d01-6d8a692afc20",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1160,
520
],
"parameters": {
"width": 200,
"height": 100,
"content": "❌ Catch any errors during execution \nand take fallback or alerting action\n"
},
"typeVersion": 1
},
{
"id": "0720cde8-e4a3-4e75-a9d5-9a72d67a041c",
"name": "메모6",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "🧠 Send prompt to Gemini API to tailor checklist \nbased on client name, company, and selected services\n"
},
"typeVersion": 1
},
{
"id": "76186e1d-a5e5-4935-bec9-8abf6494c5f9",
"name": "메모7",
"type": "n8n-nodes-base.stickyNote",
"position": [
480,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "📋 Set the default onboarding checklist items\n"
},
"typeVersion": 1
},
{
"id": "099c44da-a685-492f-ad8c-5001d181e37f",
"name": "메모8",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "🧍 Extract client details: name, email, company, services\n"
},
"typeVersion": 1
},
{
"id": "7eb2540f-77bc-472f-927b-db19a59af74c",
"name": "메모9",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
200
],
"parameters": {
"width": 200,
"height": 100,
"content": "⏰ Trigger when a new row is added \n(Google Form response stored in Google Sheet)\n"
},
"typeVersion": 1
},
{
"id": "d4d0d056-f14e-4ba0-9800-680854b25a3a",
"name": "새 고객 양식 제출 시 트리거",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
120,
20
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1635870855,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/19Hvti1sX6SvjP1Kj8dWFEiksiqn1FJVBoMToP2X6xBw/edit#gid=1635870855",
"cachedResultName": "Form Responses 1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "19Hvti1sX6SvjP1Kj8dWFEiksiqn1FJVBoMToP2X6xBw",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/19Hvti1sX6SvjP1Kj8dWFEiksiqn1FJVBoMToP2X6xBw/edit?usp=drivesdk",
"cachedResultName": "Onboarding"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "HyhUBfOVRIuLMcGw",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "c74110eb-1e8e-4836-93a7-76e8bc0a82f2",
"name": "고객 데이터 추출 및 구조화",
"type": "n8n-nodes-base.set",
"position": [
320,
20
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "7c333d8f-04cd-4987-9c30-4c7bc26baecb",
"name": "fields",
"type": "string",
"value": "=Name: {{ $json['Client name'] }} \nEmail: {{ $json[' email '] }}\nCompany: {{ $json[' Company Name '] }}\nService Needed: {{ $json[' Services Needed '] }}\nOther info: {{ $json[' Any other onboarding info '] }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "93822f2f-1013-4231-9602-3337fee939c8",
"name": "Gemini를 사용한 개인화",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
680,
20
],
"parameters": {
"text": "=Give me an onboarding check list for an email to the client, give me only email body and don't generate extra text like \"Okay, here's an email template ...\" and start and end on new lines\nstart with:\nHi {{ $('Trigger on New Client Form Submission').item.json['Client name'] }}, \nand end with \nBest regards,\nYour {{ $('Trigger on New Client Form Submission').item.json[' Company Name '] }} Team\n\n:\nAlso use information from checklist and Fields below\n {{ $json.Checklist }}\n\nFields: {{ $('Extract and Structure Client Data').item.json.fields }}",
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "03c3ee91-0d15-44a3-8426-7d9181a9876f",
"name": "고객에게 이메일 전송",
"type": "n8n-nodes-base.gmail",
"position": [
980,
20
],
"webhookId": "2a07b507-23a6-4bfb-adff-997d30ea3dfa",
"parameters": {
"sendTo": "={{ $('Trigger on New Client Form Submission').item.json[' email '] }}",
"message": "= {{ $json.text }}",
"options": {},
"subject": "=Welcome to Our Service, {{ $('Trigger on New Client Form Submission').item.json['Client name'] }} "
},
"credentials": {
"gmailOAuth2": {
"id": "4xTRVs8hsWgrdhHr",
"name": "Gmail account 2"
}
},
"typeVersion": 2.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "7cf9d691-7a87-4cc1-9827-ac581cbaa503",
"connections": {
"3cc38fca-c0c9-4c9f-90f1-a9d0ece9522c": {
"main": [
[
{
"node": "0ea5c7e9-78b8-446a-bae1-802a5ecab399",
"type": "main",
"index": 0
}
]
]
},
"e79e67c4-9de6-4287-86b9-e2cd6b884f52": {
"main": [
[
{
"node": "93822f2f-1013-4231-9602-3337fee939c8",
"type": "main",
"index": 0
}
]
]
},
"daa90481-fb59-47ff-9aa1-14e33a42d459": {
"ai_languageModel": [
[
{
"node": "93822f2f-1013-4231-9602-3337fee939c8",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"93822f2f-1013-4231-9602-3337fee939c8": {
"main": [
[
{
"node": "03c3ee91-0d15-44a3-8426-7d9181a9876f",
"type": "main",
"index": 0
},
{
"node": "7b745afe-49a5-4cd6-aa03-a0dae214e908",
"type": "main",
"index": 0
}
]
]
},
"c74110eb-1e8e-4836-93a7-76e8bc0a82f2": {
"main": [
[
{
"node": "e79e67c4-9de6-4287-86b9-e2cd6b884f52",
"type": "main",
"index": 0
}
]
]
},
"d4d0d056-f14e-4ba0-9800-680854b25a3a": {
"main": [
[
{
"node": "c74110eb-1e8e-4836-93a7-76e8bc0a82f2",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 지원, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
온보딩
AI고객入职에이전트:자동欢迎이메일생성기
Set
Gmail
Error Trigger
+
Set
Gmail
Error Trigger
20 노드Yaron Been
지원
AI이메일分诊与GPT-4警报系统及Telegram알림
AI이메일分诊与GPT-4警报系统及Telegram알림
If
Set
Gmail
+
If
Set
Gmail
104 노드Peter Joslyn
지원
AI 추천어 추출 어시스턴트: 피드백을 마케팅 보물로 전환하기
AI 추천어 추출 에이전트: 피드백을 마케팅 보물로 전환하기
Gmail
Google Sheets
Chain Llm
+
Gmail
Google Sheets
Chain Llm
11 노드Yaron Been
인공지능
Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
Gmail
Google Sheets
Chain Llm
+
Gmail
Google Sheets
Chain Llm
7 노드Yaron Been
인공지능
Gemini AI, Typeform, Google 스프레드시트를 사용하여 분류 지원 작업 명령서 보고
Gemini AI, Typeform, Google 스프레드시트를 사용하여 분류 지원 티켓을 보고합니다.
Code
Email Send
Google Sheets
+
Code
Email Send
Google Sheets
17 노드Yaron Been
지원
AI YouTube 분석 어시스턴트: 댓글 분석 및 인사이트 리포트
AI YouTube 분석 어시스턴트: 댓글 분석기 및 인사이트 리포트 생성기
If
Set
Code
+
If
Set
Code
19 노드Yaron Been
인공지능
워크플로우 정보
난이도
중급
노드 수11
카테고리2
노드 유형9
저자
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유