n8napi - 사용 중인 모델을 확인하는 워크플로우
중급
이것은AI, IT Ops분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 N8n, Set, Filter, SplitOut, GoogleSheets 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 작업 흐름에서 사용하는 AI 모델 확인
사전 요구사항
- •Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "I2qMAcQET7isaqYD",
"meta": {
"instanceId": "fddb3e91967f1012c95dd02bf5ad21f279fc44715f47a7a96a33433621caa253",
"templateCredsSetupCompleted": true
},
"name": "n8napi-check-workflow-which-model-is-using",
"tags": [],
"nodes": [
{
"id": "a027dc3c-b3a2-45f6-9126-dbec39f55b39",
"name": "‘워크플로우 테스트’ 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-880,
-40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0aafc781-6847-4b5d-8f80-3bd457f16db3",
"name": "항목 루프",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-220,
-40
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "242d1965-d1e3-4b74-8064-53ea56118e94",
"name": "필드 편집-set_model_data",
"type": "n8n-nodes-base.set",
"position": [
460,
80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "3c08b3a3-092d-4f88-81ef-7a7b3acf47b2",
"name": "node_name",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "9b060fdb-f6a6-444a-a28d-deeacb21b3d3",
"name": "model",
"type": "string",
"value": "={{ $json?.parameters?.model?.value || $json?.parameters?.model || $json?.parameters?.modelId?.cachedResultName }}"
},
{
"id": "848c0e23-0aa6-4cf5-8a64-abe38351b63a",
"name": "workflow_name",
"type": "string",
"value": "={{ $('Loop Over Items').item.json.name }}"
},
{
"id": "cf3fea4e-4e22-4bd5-930b-6b8d25afbf9a",
"name": "workflow_id",
"type": "string",
"value": "={{ $('Loop Over Items').item.json.id }}"
},
{
"id": "8a8a2a83-d742-4450-b5ed-2089047076d8",
"name": "workflow_url",
"type": "string",
"value": "={Your-n8n-domain}/workflow/{{ $('Loop Over Items').item.json.id }}/{{ $json.id }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "9693eb8b-4ce5-4d4b-984d-a77098896bc3",
"name": "Google Sheets-시트 데이터 지우기",
"type": "n8n-nodes-base.googleSheets",
"position": [
-440,
-220
],
"parameters": {
"operation": "clear",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI/edit#gid=0",
"cachedResultName": "data"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI/edit?usp=drivesdk",
"cachedResultName": "n8n-check-workflow-use-what-ai-model"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tufEzuSTEveV3tuA",
"name": "(Personal)Google Sheets account"
}
},
"executeOnce": true,
"typeVersion": 4.5,
"alwaysOutputData": false
},
{
"id": "d325597e-b12f-427c-ba18-f69fa6ec9ed4",
"name": "n8n-모든 워크플로우 가져오기",
"type": "n8n-nodes-base.n8n",
"position": [
-660,
-40
],
"parameters": {
"filters": {},
"requestOptions": {}
},
"credentials": {
"n8nApi": {
"id": "dXWG3XrAfEA64tjh",
"name": "n8n account"
}
},
"typeVersion": 1
},
{
"id": "f8fba3ae-f4f3-4db3-bd0f-7caa84fd6cee",
"name": "필터-modelid 포함 워크플로우 추출",
"type": "n8n-nodes-base.filter",
"position": [
-440,
-40
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f7433843-53c6-4e77-8f51-c70921342a0f",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.nodes.toJsonString() }}",
"rightValue": "modelId"
},
{
"id": "8a9ff036-dc80-4b55-919b-e2dba22667cf",
"operator": {
"type": "string",
"operation": "notEquals"
},
"leftValue": "={{ $json.id }}",
"rightValue": "={{ $workflow.id }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "727dd95d-c788-4cae-8b25-4ffeff705579",
"name": "분할 출력-노드",
"type": "n8n-nodes-base.splitOut",
"position": [
-40,
80
],
"parameters": {
"options": {},
"fieldToSplitOut": "nodes"
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "5a9d8012-a559-4c06-a3f9-be1a7b8f7ce6",
"name": "필터-modelId 포함 노드",
"type": "n8n-nodes-base.filter",
"position": [
180,
80
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "or",
"conditions": [
{
"id": "5c06371f-9bc4-4fdd-bac2-9b9cdc28f77c",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.parameters.modelId.value.toString() }}",
"rightValue": ""
},
{
"id": "6888c3a4-c988-48a1-aefc-d359f2ffeef5",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.parameters.model.toString() }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2,
"alwaysOutputData": true
},
{
"id": "d4301765-8855-46fe-b2a2-06b03577a3b9",
"name": "Google Sheets-노드 및 워크플로우 데이터 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
700,
80
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "node_name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "node_name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "modelId_value",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "modelId_value",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "modelId_name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "modelId_name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "workflow_name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "workflow_name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "workflow_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "workflow_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "workflow_url",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "workflow_url",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI/edit#gid=0",
"cachedResultName": "data"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iMh0C-Niu1ko4-u2BHo0cgGeVQKcYHflBzRxtbWJiRI/edit?usp=drivesdk",
"cachedResultName": "n8n-check-workflow-use-what-ai-model"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tufEzuSTEveV3tuA",
"name": "(Personal)Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "78ae0f64-d6fa-46f6-a09f-e0a6bd6d21df",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
-40
],
"parameters": {
"width": 260,
"height": 320,
"content": "## Change to your n8n domain here\n\n"
},
"typeVersion": 1
},
{
"id": "2b8853d8-0436-4347-9c44-df45fcacfbd4",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-920,
-160
],
"parameters": {
"color": 3,
"width": 420,
"height": 320,
"content": "## Be careful\nif you have more than 100 workflows. It might have performance issue.\n"
},
"typeVersion": 1
},
{
"id": "611a6d7f-3955-43b5-b029-e738be2372cd",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-920,
-440
],
"parameters": {
"color": 7,
"width": 340,
"height": 240,
"content": "## Created by darrell_tw_ \n\nAn engineer now focus on AI and Automation\n\n### contact me with following:\n[X](https://x.com/darrell_tw_)\n[Threads](https://www.threads.net/@darrell_tw_)\n[Instagram](https://www.instagram.com/darrell_tw_/)\n[Website](https://www.darrelltw.com/)"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1",
"timeSavedPerExecution": 3
},
"versionId": "30ea02b5-e1a3-4789-86a3-cdd937e2ce82",
"connections": {
"0aafc781-6847-4b5d-8f80-3bd457f16db3": {
"main": [
[],
[
{
"node": "727dd95d-c788-4cae-8b25-4ffeff705579",
"type": "main",
"index": 0
}
]
]
},
"727dd95d-c788-4cae-8b25-4ffeff705579": {
"main": [
[
{
"node": "5a9d8012-a559-4c06-a3f9-be1a7b8f7ce6",
"type": "main",
"index": 0
}
]
]
},
"d325597e-b12f-427c-ba18-f69fa6ec9ed4": {
"main": [
[
{
"node": "f8fba3ae-f4f3-4db3-bd0f-7caa84fd6cee",
"type": "main",
"index": 0
},
{
"node": "9693eb8b-4ce5-4d4b-984d-a77098896bc3",
"type": "main",
"index": 0
}
]
]
},
"242d1965-d1e3-4b74-8064-53ea56118e94": {
"main": [
[
{
"node": "d4301765-8855-46fe-b2a2-06b03577a3b9",
"type": "main",
"index": 0
}
]
]
},
"5a9d8012-a559-4c06-a3f9-be1a7b8f7ce6": {
"main": [
[
{
"node": "242d1965-d1e3-4b74-8064-53ea56118e94",
"type": "main",
"index": 0
}
]
]
},
"a027dc3c-b3a2-45f6-9126-dbec39f55b39": {
"main": [
[
{
"node": "d325597e-b12f-427c-ba18-f69fa6ec9ed4",
"type": "main",
"index": 0
}
]
]
},
"f8fba3ae-f4f3-4db3-bd0f-7caa84fd6cee": {
"main": [
[
{
"node": "0aafc781-6847-4b5d-8f80-3bd457f16db3",
"type": "main",
"index": 0
}
]
]
},
"d4301765-8855-46fe-b2a2-06b03577a3b9": {
"main": [
[
{
"node": "0aafc781-6847-4b5d-8f80-3bd457f16db3",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능, IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
템플릿 데모 - chatgpt-이미지-1-드라이브와 시트 복사
GPT-image-1을 사용하여 이미지 생성 및 Google Drive에 저장, 비용 추적 포함
Set
Split Out
Aggregate
+
Set
Split Out
Aggregate
16 노드darrell_tw
디자인
CSV를 HubSpot에 업로드기 (동적 필드 맵핑 및 Google 스프레드시트 통합)
동적 필드 맵핑과 Google Sheets 통합을 포함한 CSV에서 HubSpot 업로드
If
Set
Code
+
If
Set
Code
36 노드PollupAI
인공지능
基于AI의潜在고객信息增强(Bright Data MCP및Google Sheets)
基于AI의潜在고객信息增强:사용Bright Data MCP및Google Sheets
If
Set
Wait
+
If
Set
Wait
51 노드Cyril Nicko Gaspar
영업
API 아키텍처 추출기
API 아키텍처 추출기
If
Set
Code
+
If
Set
Code
88 노드Polina Medvedieva
엔지니어링
애자일 팀 스프린트 계획 자동화
OpenAI, Google 캘린더 및 Gmail을 사용한 애자일 팀용 스프린트 계획 자동화
If
Set
Code
+
If
Set
Code
52 노드Willemijn
제품
내 워크플로우 5
AI 이메일 개인화를 사용한 자동화된 LinkedIn 리드 생성 (미완성)
If
Set
Code
+
If
Set
Code
37 노드Matthieu
영업
워크플로우 정보
난이도
중급
노드 수12
카테고리2
노드 유형8
저자
darrell_tw
@darrelltwMartech Engineer with automation. here is my website: https://www.darrelltw.com/
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유