14. 직원 시간 추적 시스템(GPT-4o 보고서 및 Gmail 알림 포함)
고급
이것은HR, AI Summarization분야의자동화 워크플로우로, 33개의 노드를 포함합니다.주로 If, Set, Gmail, Switch, Webhook 등의 노드를 사용하며. 员工时间追踪系统,包含GPT-4o보고서및Gmail알림功能
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "5935d23fce125caa8ab93af824f47776e317d824634bf7b68a810b49a4038f0a",
"templateId": "2447",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "70424282-dcce-4f1a-aba0-af0e7947a4fd",
"name": "휴식 시간 설정",
"type": "n8n-nodes-base.set",
"position": [
1664,
912
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "9261c98a-3099-4409-b697-8c28f6ec0c06",
"name": "break_duration",
"type": "number",
"value": "={{ $('Webhook - Track Time').item.json.body.duration }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "875f1969-4958-4450-87a5-aad1f65b3a9d",
"name": "스위치",
"type": "n8n-nodes-base.switch",
"position": [
736,
912
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "Start",
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body.method }}",
"rightValue": "start"
}
]
},
"renameOutput": true
},
{
"outputKey": "Break",
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "6ddd1f12-a0d8-42df-9776-dff0f44ba82c",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body.method }}",
"rightValue": "break"
}
]
},
"renameOutput": true
},
{
"outputKey": "End",
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "61550dac-65a2-4e4b-99a8-4df4a357cec0",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body.method }}",
"rightValue": "end"
}
]
},
"renameOutput": true
}
]
},
"options": {}
},
"typeVersion": 3.1
},
{
"id": "8cbdbe7f-3c32-48bb-bce6-80b918a7c31e",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
960,
240
],
"parameters": {
"width": 1407,
"height": 470,
"content": "## START"
},
"typeVersion": 1
},
{
"id": "e930da00-916b-4767-a34e-b985d97090ca",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
960,
752
],
"parameters": {
"width": 1407,
"height": 597,
"content": "## BREAK"
},
"typeVersion": 1
},
{
"id": "6b77fcde-e3ed-4cfa-bd89-9d1cc6660591",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
960,
1392
],
"parameters": {
"width": 1407,
"height": 628,
"content": "## END"
},
"typeVersion": 1
},
{
"id": "85b40d37-3a55-4346-8c94-60eb2f8b6dba",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
368,
240
],
"parameters": {
"color": 4,
"width": 538.9177312302156,
"height": 1760.750302860566,
"content": "## WAIT"
},
"typeVersion": 1
},
{
"id": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"name": "Webhook에 응답",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
3120,
1008
],
"parameters": {
"options": {},
"respondWith": "text",
"responseBody": "={{ $json.message }}"
},
"typeVersion": 1.1
},
{
"id": "585efbae-ec10-4ef4-90a0-7bad55b4a150",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
2432,
240
],
"parameters": {
"color": 4,
"width": 415.1572200385813,
"height": 1766.1026447605514,
"content": "## RESPONSE"
},
"typeVersion": 1
},
{
"id": "b75485ce-d365-4743-a4ee-e16799e12c24",
"name": "Webhook - 시간 추적",
"type": "n8n-nodes-base.webhook",
"position": [
512,
928
],
"webhookId": "752a7723-87b6-470f-a7d3-f627f6457e39",
"parameters": {
"path": "track-time",
"options": {},
"httpMethod": "POST",
"responseMode": "responseNode"
},
"typeVersion": 2
},
{
"id": "aca3ed81-1dbd-4439-8e00-41d63e8d9317",
"name": "If1",
"type": "n8n-nodes-base.if",
"position": [
1408,
928
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "c3da335c-90d9-4ac0-b470-dc91fd73bfe3",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.start }}",
"rightValue": "={{ $today }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "5041890d-630e-4814-85f0-e02d3f7d0a95",
"name": "행 가져오기",
"type": "n8n-nodes-base.dataTable",
"position": [
1136,
928
],
"parameters": {
"operation": "get",
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "09233c72-63c8-48b3-9dee-2463b12b395e",
"name": "행 업데이트",
"type": "n8n-nodes-base.dataTable",
"position": [
1968,
912
],
"parameters": {
"columns": {
"value": {
"break": "={{ $('Webhook - Track Time').item.json.body.duration }}",
"start": "={{ $today }}",
"Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
},
"schema": [
{
"id": "Employee",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Employee",
"defaultMatch": false
},
{
"id": "start",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "start",
"defaultMatch": false
},
{
"id": "end",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "end",
"defaultMatch": false
},
{
"id": "break",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "break",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"filters": {
"conditions": [
{
"keyName": "start",
"keyValue": "={{ $today }}"
}
]
},
"options": {},
"operation": "update",
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "6f21b44e-3c08-482e-8540-c879d8cb338f",
"name": "오류",
"type": "n8n-nodes-base.set",
"position": [
2592,
1184
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "419d7570-d1ce-44b1-814c-7757da92a188",
"name": "message",
"type": "string",
"value": "=ERROR"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "9a549bad-dab1-4909-8cbc-66888ec29289",
"name": "행 삽입",
"type": "n8n-nodes-base.dataTable",
"position": [
1712,
512
],
"parameters": {
"columns": {
"value": {
"start": "={{ $today }}",
"Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
},
"schema": [
{
"id": "Employee",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Employee",
"defaultMatch": false
},
{
"id": "start",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "start",
"defaultMatch": false
},
{
"id": "end",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "end",
"defaultMatch": false
},
{
"id": "break",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "break",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "6d37fe25-3479-496f-bf5c-00027c5fdc60",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
1440,
1552
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "c3da335c-90d9-4ac0-b470-dc91fd73bfe3",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.start }}",
"rightValue": "={{ $today }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "65726b45-9052-44a5-ab3e-b81faf34959a",
"name": "행 가져오기2",
"type": "n8n-nodes-base.dataTable",
"position": [
1184,
1536
],
"parameters": {
"operation": "get",
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "f9c58330-acef-4eb4-9561-2d350f74f7e5",
"name": "행 업데이트1",
"type": "n8n-nodes-base.dataTable",
"position": [
2016,
1536
],
"parameters": {
"columns": {
"value": {
"end": "={{ $now }}",
"break": "={{ $('Get row(s)2').item.json.break }}",
"start": "={{ $today }}",
"Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
},
"schema": [
{
"id": "Employee",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Employee",
"defaultMatch": false
},
{
"id": "start",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "start",
"defaultMatch": false
},
{
"id": "end",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "end",
"defaultMatch": false
},
{
"id": "break",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "break",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"filters": {
"conditions": [
{
"keyName": "start",
"keyValue": "={{ $today }}"
}
]
},
"options": {},
"operation": "update",
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "51e7d283-9d69-4730-9f39-81b76bee57aa",
"name": "오류1",
"type": "n8n-nodes-base.set",
"position": [
2608,
1776
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "419d7570-d1ce-44b1-814c-7757da92a188",
"name": "message",
"type": "string",
"value": "=ERROR"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "4ee9a3bf-7173-47de-a35f-9de4eaa2c562",
"name": "종료",
"type": "n8n-nodes-base.set",
"position": [
1744,
1520
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "9261c98a-3099-4409-b697-8c28f6ec0c06",
"name": "end",
"type": "string",
"value": "={{ $now }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "69235db6-08a2-4480-89f5-bd5ccd42067b",
"name": "모델에 메시지",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
960,
2224
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "chatgpt-4o-latest",
"cachedResultName": "CHATGPT-4O-LATEST"
},
"options": {},
"messages": {
"values": [
{
"content": "=Analyze the time tracking for last month and provide me with a summary\n\n\n{{ $json }}"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "sGgf9jkDln4JRKOD",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "952f2882-0b34-4408-8b09-4f3b2a70d661",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
384,
2144
],
"parameters": {
"width": 1184,
"height": 352,
"content": "## MONTHLY SUMMARY\n"
},
"typeVersion": 1
},
{
"id": "a0133c1e-4092-4e90-9171-f09902e6abac",
"name": "모델에 메시지1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
2272,
2224
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "chatgpt-4o-latest",
"cachedResultName": "CHATGPT-4O-LATEST"
},
"options": {},
"messages": {
"values": [
{
"content": "=IF I HAVEN'T CLOCKED IN TODAY, REMIND ME BY EMAIL\n\n{{ $json }}"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "sGgf9jkDln4JRKOD",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "a12ac5bc-c39e-4f1c-bca5-727c57a65829",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
1696,
2144
],
"parameters": {
"width": 1184,
"height": 352,
"content": "## CLOCK-IN REMINDER\n"
},
"typeVersion": 1
},
{
"id": "16933a63-4e27-4931-b576-2bba8efb2828",
"name": "시간 항목 분석",
"type": "n8n-nodes-base.dataTable",
"position": [
2000,
2224
],
"parameters": {
"operation": "get",
"returnAll": true,
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "1e5a685f-bd1b-435e-b443-67548be0c845",
"name": "전체 월 분석",
"type": "n8n-nodes-base.dataTable",
"position": [
688,
2224
],
"parameters": {
"operation": "get",
"returnAll": true,
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "P4XPPCTMQJ4pWSU8",
"cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
"cachedResultName": "schedule"
}
},
"typeVersion": 1
},
{
"id": "5c02e825-e86d-4ef2-98ab-903892ec553f",
"name": "매일",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1792,
2224
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 10
}
]
}
},
"typeVersion": 1.2
},
{
"id": "a557f340-2ca6-46e1-af4d-d52b800fa9e2",
"name": "매월",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
480,
2224
],
"parameters": {
"rule": {
"interval": [
{
"field": "months",
"triggerAtHour": 6
}
]
}
},
"typeVersion": 1.2
},
{
"id": "24459b66-e41e-48b1-b267-00d56e97f9f8",
"name": "직원에게 이메일",
"type": "n8n-nodes-base.gmail",
"position": [
2624,
2224
],
"webhookId": "87eeeeda-9f1d-4575-8286-0e9e11675995",
"parameters": {
"sendTo": "josea.castillodiez@gmail.com",
"message": "={{ $json.message.content }}",
"options": {},
"subject": "SCHEDULE"
},
"credentials": {
"gmailOAuth2": {
"id": "iVfmUSbPyEaMxofu",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "ef328e10-411e-488a-9ac0-fcc57a10a500",
"name": "관리자에게 이메일",
"type": "n8n-nodes-base.gmail",
"position": [
1312,
2224
],
"webhookId": "87eeeeda-9f1d-4575-8286-0e9e11675995",
"parameters": {
"sendTo": "josea.castillodiez@gmail.com",
"message": "={{ $json.message.content }}",
"options": {},
"subject": "SCHEDULE"
},
"credentials": {
"gmailOAuth2": {
"id": "iVfmUSbPyEaMxofu",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "6aeab75f-def1-46a6-9e13-b515d4bf703c",
"name": "메시지",
"type": "n8n-nodes-base.set",
"position": [
2608,
1504
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "419d7570-d1ce-44b1-814c-7757da92a188",
"name": "message",
"type": "string",
"value": "=Tracked {{ $('end').item.json.break_duration }} minutes as break time."
}
]
}
},
"typeVersion": 3.4
},
{
"id": "fa1855df-e3b5-4052-b26a-7be840bcaf0c",
"name": "메시지1",
"type": "n8n-nodes-base.set",
"position": [
2592,
928
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "419d7570-d1ce-44b1-814c-7757da92a188",
"name": "message",
"type": "string",
"value": "=Tracked {{ $('Set Break Duration').item.json.break_duration }} minutes as break time."
}
]
}
},
"typeVersion": 3.4
},
{
"id": "42465160-7eec-43ed-93ad-1d73745911a0",
"name": "메시지2",
"type": "n8n-nodes-base.set",
"position": [
2592,
384
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "419d7570-d1ce-44b1-814c-7757da92a188",
"name": "message",
"type": "string",
"value": "Start time already tracked."
}
]
}
},
"typeVersion": 3.4
},
{
"id": "a87a77ba-3f7d-4dec-9993-9c3e038f1559",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
3040,
944
],
"parameters": {
"color": 3,
"width": 272,
"height": 240,
"content": "## COMPLETED\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"6d37fe25-3479-496f-bf5c-00027c5fdc60": {
"main": [
[
{
"node": "4ee9a3bf-7173-47de-a35f-9de4eaa2c562",
"type": "main",
"index": 0
}
],
[
{
"node": "51e7d283-9d69-4730-9f39-81b76bee57aa",
"type": "main",
"index": 0
}
]
]
},
"aca3ed81-1dbd-4439-8e00-41d63e8d9317": {
"main": [
[
{
"node": "70424282-dcce-4f1a-aba0-af0e7947a4fd",
"type": "main",
"index": 0
}
],
[
{
"node": "6f21b44e-3c08-482e-8540-c879d8cb338f",
"type": "main",
"index": 0
}
]
]
},
"4ee9a3bf-7173-47de-a35f-9de4eaa2c562": {
"main": [
[
{
"node": "f9c58330-acef-4eb4-9561-2d350f74f7e5",
"type": "main",
"index": 0
}
]
]
},
"6f21b44e-3c08-482e-8540-c879d8cb338f": {
"main": [
[
{
"node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"type": "main",
"index": 0
}
]
]
},
"51e7d283-9d69-4730-9f39-81b76bee57aa": {
"main": [
[
{
"node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"type": "main",
"index": 0
}
]
]
},
"875f1969-4958-4450-87a5-aad1f65b3a9d": {
"main": [
[
{
"node": "9a549bad-dab1-4909-8cbc-66888ec29289",
"type": "main",
"index": 0
}
],
[
{
"node": "5041890d-630e-4814-85f0-e02d3f7d0a95",
"type": "main",
"index": 0
}
],
[
{
"node": "65726b45-9052-44a5-ab3e-b81faf34959a",
"type": "main",
"index": 0
}
]
]
},
"6aeab75f-def1-46a6-9e13-b515d4bf703c": {
"main": [
[
{
"node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"type": "main",
"index": 0
}
]
]
},
"fa1855df-e3b5-4052-b26a-7be840bcaf0c": {
"main": [
[
{
"node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"type": "main",
"index": 0
}
]
]
},
"42465160-7eec-43ed-93ad-1d73745911a0": {
"main": [
[
{
"node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
"type": "main",
"index": 0
}
]
]
},
"5c02e825-e86d-4ef2-98ab-903892ec553f": {
"main": [
[
{
"node": "16933a63-4e27-4931-b576-2bba8efb2828",
"type": "main",
"index": 0
}
]
]
},
"5041890d-630e-4814-85f0-e02d3f7d0a95": {
"main": [
[
{
"node": "aca3ed81-1dbd-4439-8e00-41d63e8d9317",
"type": "main",
"index": 0
}
]
]
},
"9a549bad-dab1-4909-8cbc-66888ec29289": {
"main": [
[
{
"node": "42465160-7eec-43ed-93ad-1d73745911a0",
"type": "main",
"index": 0
}
]
]
},
"a557f340-2ca6-46e1-af4d-d52b800fa9e2": {
"main": [
[
{
"node": "1e5a685f-bd1b-435e-b443-67548be0c845",
"type": "main",
"index": 0
}
]
]
},
"65726b45-9052-44a5-ab3e-b81faf34959a": {
"main": [
[
{
"node": "6d37fe25-3479-496f-bf5c-00027c5fdc60",
"type": "main",
"index": 0
}
]
]
},
"09233c72-63c8-48b3-9dee-2463b12b395e": {
"main": [
[
{
"node": "fa1855df-e3b5-4052-b26a-7be840bcaf0c",
"type": "main",
"index": 0
}
]
]
},
"f9c58330-acef-4eb4-9561-2d350f74f7e5": {
"main": [
[
{
"node": "6aeab75f-def1-46a6-9e13-b515d4bf703c",
"type": "main",
"index": 0
}
]
]
},
"69235db6-08a2-4480-89f5-bd5ccd42067b": {
"main": [
[
{
"node": "ef328e10-411e-488a-9ac0-fcc57a10a500",
"type": "main",
"index": 0
}
]
]
},
"a0133c1e-4092-4e90-9171-f09902e6abac": {
"main": [
[
{
"node": "24459b66-e41e-48b1-b267-00d56e97f9f8",
"type": "main",
"index": 0
}
]
]
},
"70424282-dcce-4f1a-aba0-af0e7947a4fd": {
"main": [
[
{
"node": "09233c72-63c8-48b3-9dee-2463b12b395e",
"type": "main",
"index": 0
}
]
]
},
"1e5a685f-bd1b-435e-b443-67548be0c845": {
"main": [
[
{
"node": "69235db6-08a2-4480-89f5-bd5ccd42067b",
"type": "main",
"index": 0
}
]
]
},
"16933a63-4e27-4931-b576-2bba8efb2828": {
"main": [
[
{
"node": "a0133c1e-4092-4e90-9171-f09902e6abac",
"type": "main",
"index": 0
}
]
]
},
"b75485ce-d365-4743-a4ee-e16799e12c24": {
"main": [
[
{
"node": "875f1969-4958-4450-87a5-aad1f65b3a9d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 인사, AI 요약
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
리드 생성 및 이메일 워크플로
Google 지도, SendGrid 및 AI를 사용한 B2B 잠재 고객 개발 및 이메일 마케팅 자동화
If
Set
Code
+
If
Set
Code
141 노드Ezema Kingsley Chibuzo
리드 생성
GPT-4.1, Outlook 및 Mem.ai를 사용한 Microsoft Teams 회의 분석 자동화
GPT-4.1, Outlook 및 Mem.ai를 사용한 자동화된 Microsoft Teams 회의 분석
If
Set
Code
+
If
Set
Code
61 노드Wayne Simpson
인사
매일 WhatsApp 그룹 지능형 분석: GPT-4.1 분석 및 음성 메시지 변환
매일 WhatsApp 그룹 지능 분석: GPT-4.1 분석 및 음성 메시지 트랜스크립션
If
Set
Code
+
If
Set
Code
52 노드Daniel Lianes
기타
基于GPT-4의스마트招聘与候选人互动系统
基于GPT-4의AI招聘系统,用于简历筛选与자동外联
If
Code
Wait
+
If
Code
Wait
30 노드Marth
인사
AI 후보자 선별 및 면접 일정 시스템
AI 기반 후보자 선별 및 면접 일정 조정(OpenAI GPT 및 Google 제품군)
If
Code
Webhook
+
If
Code
Webhook
18 노드Oneclick AI Squad
인사
GPT-4 점수 매기기 및 Gmail 알림을 사용한 후보자 평가 자동화
GPT-4 점수 매기기와 Gmail 알림을 사용한 후보자 평가 자동화
If
Set
Code
+
If
Set
Code
12 노드Rodrigue
인사
워크플로우 정보
난이도
고급
노드 수33
카테고리2
노드 유형10
저자
Jose Castillo
@j4ssn3oAutomation & Growth Engineer | Founder of Automation Hub I build practical, AI-powered workflows that help creators and businesses automate daily tasks, track performance, and make smarter decisions — all without code. Passionate about turning complex systems into simple, scalable automations.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유