인보이스 파싱 가벼운 버전
고급
이것은Finance, AI, IT Ops분야의자동화 워크플로우로, 29개의 노드를 포함합니다.주로 If, Code, Merge, GoogleDrive, HttpRequest 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Mistral OCR와 Gemini를 사용하여 Google Drive에서 발표 데이터를 Sheets로 추출
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
- •Google Gemini API Key
사용된 노드 (29)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "x4DcB7sVAeVmIrMD",
"meta": {
"instanceId": "910d3d65eae3484a05204e7f2f6d897587e3de5b30ca7b532a3b4f6f96a2c11c",
"templateCredsSetupCompleted": true
},
"name": "Invoice-Parser-Lite",
"tags": [],
"nodes": [
{
"id": "a8716edb-e05a-43a5-a38f-384fa05e93cf",
"name": "워크플로우 '테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
320,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bce283e2-29fd-47a1-9cfe-c4cf50f4e35d",
"name": "Google Drive에 새 파일 생성 시",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
320,
260
],
"parameters": {
"event": "fileCreated",
"options": {
"fileType": "all"
},
"pollTimes": {
"item": [
{}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"mode": "list",
"value": "15Xpvr0Q4cBwYv1e_jNI8JO4LKAQmgYC2",
"cachedResultUrl": "https://drive.google.com/drive/folders/15Xpvr0Q4cBwYv1e_jNI8JO4LKAQmgYC2",
"cachedResultName": "Invoices_Inbox"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "2wyYFvVBTOBlFJRv",
"name": "Google Drive account"
}
},
"typeVersion": 1
},
{
"id": "160e8e02-8f70-4c8f-a3c4-a94cf2325b82",
"name": "Google Drive 폴더에서 파일 로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
880,
260
],
"parameters": {
"filter": {
"folderId": {
"__rl": true,
"mode": "list",
"value": "15Xpvr0Q4cBwYv1e_jNI8JO4LKAQmgYC2",
"cachedResultUrl": "https://drive.google.com/drive/folders/15Xpvr0Q4cBwYv1e_jNI8JO4LKAQmgYC2",
"cachedResultName": "Invoices_Inbox"
}
},
"options": {},
"resource": "fileFolder",
"returnAll": true
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "2wyYFvVBTOBlFJRv",
"name": "Google Drive account"
}
},
"executeOnce": true,
"typeVersion": 3
},
{
"id": "ad1c63fb-4aae-48a2-8329-20afd04e069d",
"name": "처리된 파일 필터링",
"type": "n8n-nodes-base.merge",
"position": [
1360,
140
],
"parameters": {
"mode": "combine",
"options": {},
"joinMode": "keepNonMatches",
"outputDataFrom": "input2",
"fieldsToMatchString": "id"
},
"typeVersion": 3
},
{
"id": "1e689ab2-32d1-453f-b30b-61eb8ac5e1db",
"name": "OCR용 파일 다운로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
1560,
140
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "2wyYFvVBTOBlFJRv",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "37e21a39-2383-4934-9b41-81b76c484974",
"name": "Sheets에서 이미 처리된 행 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
1160,
-80
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit?usp=drivesdk",
"cachedResultName": "n8n_ocr_invoices"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "OZHtTUbddU4IboX9",
"name": "Google Sheets account"
}
},
"executeOnce": true,
"typeVersion": 4.3,
"alwaysOutputData": true
},
{
"id": "140113e8-31da-45f2-901a-cb83bd183478",
"name": "Google Sheets에 데이터 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
3640,
60
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "Id",
"type": "string",
"display": true,
"required": false,
"displayName": "Id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Invoice No",
"type": "string",
"display": true,
"required": false,
"displayName": "Invoice No",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Invoice date",
"type": "string",
"display": true,
"required": false,
"displayName": "Invoice date",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Invoice Period",
"type": "string",
"display": true,
"required": false,
"displayName": "Invoice Period",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Gross Amount incl. VAT ",
"type": "string",
"display": true,
"required": false,
"displayName": "Gross Amount incl. VAT ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "IBAN",
"type": "string",
"display": true,
"required": false,
"displayName": "IBAN",
"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/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit?usp=drivesdk",
"cachedResultName": "n8n_ocr_invoices"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "OZHtTUbddU4IboX9",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "fa83c3b3-b58d-40c8-b94e-93925347b2de",
"name": "Mistral 업로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
2060,
120
],
"parameters": {
"url": "https://api.mistral.ai/v1/files",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"authentication": "predefinedCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "purpose",
"value": "ocr"
},
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
}
]
},
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "f0aef4a8-ca9a-48a1-b94e-4879adf679c1",
"name": "Mistral 서명된 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
2260,
120
],
"parameters": {
"url": "=https://api.mistral.ai/v1/files/{{ $json.id }}/url",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"authentication": "predefinedCredentialType",
"queryParameters": {
"parameters": [
{
"name": "expiry",
"value": "24"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/json"
}
]
},
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "165556d9-c325-4eb9-b1b2-4983f3fda5a4",
"name": "Mistral DOC OCR",
"type": "n8n-nodes-base.httpRequest",
"position": [
2460,
100
],
"parameters": {
"url": "https://api.mistral.ai/v1/ocr",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"mistral-ocr-latest\",\n \"document\": {\n \"type\": \"document_url\",\n \"document_url\": \"{{ $json.url }}\"\n },\n \"include_image_base64\": true\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "849bbcd3-122d-4375-b6ae-920e6c5d2b9e",
"name": "스키마 추출",
"type": "n8n-nodes-base.code",
"position": [
920,
-80
],
"parameters": {
"jsCode": "// Grab the keys from the first row\nconst schema = Object.keys($input.all()[0].json);\n\n// Return a single item whose JSON is just that schema array\nreturn [\n { json: { schema } }\n];"
},
"typeVersion": 2
},
{
"id": "ff80d6f4-6758-482c-b5eb-3fa927525948",
"name": "OCR 페이지 결합 및 id 필드 제거",
"type": "n8n-nodes-base.code",
"position": [
2840,
100
],
"parameters": {
"jsCode": "// Node name: Join Pages\n// 1. Grab all incoming documents\nconst docs = $input.all();\n\n// 2. Pull in your schema once and filter it\nlet schema = $('extract schema').first().json.schema;\nconst toRemove = ['Id', 'row_number'];\nschema = schema.filter(f => !toRemove.includes(f));\n\n// 3. Build one output per document\nconst results = docs.map(doc => {\n // join only that doc’s pages\n const fullText = doc.json.pages\n .map(p => p.markdown)\n .join('\\n\\n');\n\n return {\n json: {\n ocr_text: fullText,\n schema,\n },\n };\n});\n\nreturn results;"
},
"typeVersion": 2
},
{
"id": "24f5b810-03cc-49d7-bc64-7748f6be9686",
"name": "google drive Id 다시 추가",
"type": "n8n-nodes-base.code",
"position": [
3380,
60
],
"parameters": {
"jsCode": "// 1. Get the array of processed files (with id & name)\nconst processed = $('Filter processed files').all();\n\n// 2. Take each LLM output in turn, parse it, inject the matching ID, and return\nreturn $input.all().map((item, index) => {\n // parse the JSON string your chat node returned\n const data = JSON.parse(item.json.output);\n\n // look up the corresponding Drive file ID by array index\n data.Id = processed[index]?.json.id ?? null;\n\n\n // emit for your Sheets node\n return { json: data };\n});"
},
"typeVersion": 2
},
{
"id": "407bd6d8-8b90-47bd-84f8-c15f32ea1cf4",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
3060,
280
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.5-flash-preview-05-20"
},
"credentials": {
"googlePalmApi": {
"id": "F7phLhVf9DkmhJc7",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "c7ceb651-3f48-49f9-a2f8-f933a63311a8",
"name": "Mistral 업로드1",
"type": "n8n-nodes-base.httpRequest",
"position": [
2080,
340
],
"parameters": {
"url": "https://api.mistral.ai/v1/files",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"authentication": "predefinedCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "purpose",
"value": "ocr"
},
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
}
]
},
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "27c0f663-3833-4f67-8f2d-5efcd1a9b8a2",
"name": "Mistral 서명된 URL1",
"type": "n8n-nodes-base.httpRequest",
"position": [
2260,
340
],
"parameters": {
"url": "=https://api.mistral.ai/v1/files/{{ $json.id }}/url",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"authentication": "predefinedCredentialType",
"queryParameters": {
"parameters": [
{
"name": "expiry",
"value": "24"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/json"
}
]
},
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "027a9c9c-4ebd-497a-8e61-a3ee63b99666",
"name": "Mistral IMAGE OCR",
"type": "n8n-nodes-base.httpRequest",
"position": [
2460,
320
],
"parameters": {
"url": "https://api.mistral.ai/v1/ocr",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"mistral-ocr-latest\",\n \"document\": {\n \"type\": \"image_url\",\n \"image_url\": \"{{ $json.url }}\"\n }\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "mistralCloudApi"
},
"credentials": {
"mistralCloudApi": {
"id": "1SLwPjP2Z9Gh0p3B",
"name": "Mistral Cloud account"
}
},
"typeVersion": 4.2
},
{
"id": "be5e7900-7ae8-4c56-83d5-d0984767abff",
"name": "조건문",
"type": "n8n-nodes-base.if",
"position": [
1780,
140
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "54e4c552-cdf0-4707-8723-65bcf41d8a96",
"operator": {
"type": "string",
"operation": "startsWith"
},
"leftValue": "={{$binary.data.mimeType}}",
"rightValue": "image/"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "f33ce8fa-1412-4889-b586-130119d4bc4b",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
820,
460
],
"parameters": {
"color": 4,
"width": 220,
"height": 80,
"content": "### Modify Folder source"
},
"typeVersion": 1
},
{
"id": "fdc0a222-8962-4d4a-a50c-abd347794430",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
3560,
260
],
"parameters": {
"width": 320,
"height": 100,
"content": "### File Ids\nYou can view the files using Id from the first column. replace the <Id> below\nhttps://drive.google.com/file/d/<Id>/view"
},
"typeVersion": 1
},
{
"id": "f9e36727-f376-4bb3-b32f-bd55eab82e88",
"name": "필드 추출기",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
3020,
60
],
"parameters": {
"text": "=Extract the following fields from the invoice text:\n\n{{ JSON.stringify($json.schema) }}\n\nImportant: Double-check that all line items are extracted without omission.\n\n- You must respond ONLY with valid raw rendered JSON.\n- Do NOT include the word \"json\".\n- Do NOT include the word \"```json\".\n- Do NOT use triple backticks or markdown formatting.\n- Do NOT wrap the response in any key like \"output\".\n- Do NOT write anything starting at output directly start with valid root-level JSON.\n- Only respond with a valid, root-level JSON object.\n\nText to extract data from: {{ $json.ocr_text }}",
"options": {
"systemMessage": "=You are a document parsing assistant designed to extract structured data from invoice PDFs for automated uploading and validation in a financial system."
},
"promptType": "define"
},
"typeVersion": 1.8
},
{
"id": "73cc08ed-caa1-405b-8b15-11f2a375fcd9",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
480
],
"parameters": {
"color": 4,
"width": 220,
"height": 80,
"content": "### Set interval for checking drive folder and pull new files"
},
"typeVersion": 1
},
{
"id": "d7df816d-3aee-4bd8-9f12-76c23d2108dd",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
580,
-380
],
"parameters": {
"color": 4,
"width": 300,
"height": 140,
"content": "### Select Sheet\n \nAdd column headers in the sheet to which you save data on row one to specify which fields you are interested in extracting. "
},
"typeVersion": 1
},
{
"id": "29782ff3-dbdf-4132-90d2-36a9fafa5815",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1120,
-180
],
"parameters": {
"color": 4,
"width": 200,
"height": 80,
"content": "### Select sheet"
},
"typeVersion": 1
},
{
"id": "3d60e92c-2966-4ed3-900a-582cca0f0b8c",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
3600,
-40
],
"parameters": {
"color": 4,
"width": 200,
"height": 80,
"content": "### Select sheet to save data (same as at the start)"
},
"typeVersion": 1
},
{
"id": "3cabcbee-b685-4d9a-9f11-9a3328d70fcd",
"name": "필드 스키마 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
680,
-80
],
"parameters": {
"options": {
"returnFirstMatch": false,
"dataLocationOnSheet": {
"values": {
"firstDataRow": 1,
"rangeDefinition": "specifyRange"
}
}
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WNXkB6SpJyGtPVcHmj1oaaDFikyACCuq6RY5rEPH4OQ/edit?usp=drivesdk",
"cachedResultName": "n8n_ocr_invoices"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "OZHtTUbddU4IboX9",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "2beee512-688a-4c4a-a4eb-b4a20956ead2",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
580,
-220
],
"parameters": {
"color": 3,
"width": 300,
"height": 120,
"content": ">> ### First column header in cell A1 MUST BE \"Id\". Id tracks the google drive Id and ensures the workflow is not processing previously processed files"
},
"typeVersion": 1
},
{
"id": "314e28c9-07c3-45f5-acb2-c2307d935638",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
1540,
40
],
"parameters": {
"color": 2,
"width": 160,
"height": 80,
"content": "Uses drive ID - no need to modify"
},
"typeVersion": 1
},
{
"id": "a3e0322c-3224-40fe-9e82-28274a69d77c",
"name": "스티커 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
2040,
-20
],
"parameters": {
"color": 2,
"width": 520,
"height": 80,
"content": "Requires Mistral API Key for La Platforme\nhttps://mistral.ai/products/la-plateforme"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b1ae3903-befa-458f-b6db-ba33ce2d9cac",
"connections": {
"be5e7900-7ae8-4c56-83d5-d0984767abff": {
"main": [
[
{
"node": "c7ceb651-3f48-49f9-a2f8-f933a63311a8",
"type": "main",
"index": 0
}
],
[
{
"node": "fa83c3b3-b58d-40c8-b94e-93925347b2de",
"type": "main",
"index": 0
}
]
]
},
"fa83c3b3-b58d-40c8-b94e-93925347b2de": {
"main": [
[
{
"node": "f0aef4a8-ca9a-48a1-b94e-4879adf679c1",
"type": "main",
"index": 0
}
]
]
},
"849bbcd3-122d-4375-b6ae-920e6c5d2b9e": {
"main": [
[
{
"node": "37e21a39-2383-4934-9b41-81b76c484974",
"type": "main",
"index": 0
}
]
]
},
"f9e36727-f376-4bb3-b32f-bd55eab82e88": {
"main": [
[
{
"node": "24f5b810-03cc-49d7-bc64-7748f6be9686",
"type": "main",
"index": 0
}
]
]
},
"165556d9-c325-4eb9-b1b2-4983f3fda5a4": {
"main": [
[
{
"node": "ff80d6f4-6758-482c-b5eb-3fa927525948",
"type": "main",
"index": 0
}
]
]
},
"c7ceb651-3f48-49f9-a2f8-f933a63311a8": {
"main": [
[
{
"node": "27c0f663-3833-4f67-8f2d-5efcd1a9b8a2",
"type": "main",
"index": 0
}
]
]
},
"3cabcbee-b685-4d9a-9f11-9a3328d70fcd": {
"main": [
[
{
"node": "849bbcd3-122d-4375-b6ae-920e6c5d2b9e",
"type": "main",
"index": 0
}
]
]
},
"027a9c9c-4ebd-497a-8e61-a3ee63b99666": {
"main": [
[
{
"node": "ff80d6f4-6758-482c-b5eb-3fa927525948",
"type": "main",
"index": 0
}
]
]
},
"f0aef4a8-ca9a-48a1-b94e-4879adf679c1": {
"main": [
[
{
"node": "165556d9-c325-4eb9-b1b2-4983f3fda5a4",
"type": "main",
"index": 0
}
]
]
},
"27c0f663-3833-4f67-8f2d-5efcd1a9b8a2": {
"main": [
[
{
"node": "027a9c9c-4ebd-497a-8e61-a3ee63b99666",
"type": "main",
"index": 0
}
]
]
},
"1e689ab2-32d1-453f-b30b-61eb8ac5e1db": {
"main": [
[
{
"node": "be5e7900-7ae8-4c56-83d5-d0984767abff",
"type": "main",
"index": 0
}
]
]
},
"ad1c63fb-4aae-48a2-8329-20afd04e069d": {
"main": [
[
{
"node": "1e689ab2-32d1-453f-b30b-61eb8ac5e1db",
"type": "main",
"index": 0
}
]
]
},
"24f5b810-03cc-49d7-bc64-7748f6be9686": {
"main": [
[
{
"node": "140113e8-31da-45f2-901a-cb83bd183478",
"type": "main",
"index": 0
}
]
]
},
"407bd6d8-8b90-47bd-84f8-c15f32ea1cf4": {
"ai_languageModel": [
[
{
"node": "f9e36727-f376-4bb3-b32f-bd55eab82e88",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"bce283e2-29fd-47a1-9cfe-c4cf50f4e35d": {
"main": [
[
{
"node": "160e8e02-8f70-4c8f-a3c4-a94cf2325b82",
"type": "main",
"index": 0
},
{
"node": "3cabcbee-b685-4d9a-9f11-9a3328d70fcd",
"type": "main",
"index": 0
}
]
]
},
"a8716edb-e05a-43a5-a38f-384fa05e93cf": {
"main": [
[
{
"node": "160e8e02-8f70-4c8f-a3c4-a94cf2325b82",
"type": "main",
"index": 0
},
{
"node": "3cabcbee-b685-4d9a-9f11-9a3328d70fcd",
"type": "main",
"index": 0
}
]
]
},
"ff80d6f4-6758-482c-b5eb-3fa927525948": {
"main": [
[
{
"node": "f9e36727-f376-4bb3-b32f-bd55eab82e88",
"type": "main",
"index": 0
}
]
]
},
"160e8e02-8f70-4c8f-a3c4-a94cf2325b82": {
"main": [
[
{
"node": "ad1c63fb-4aae-48a2-8329-20afd04e069d",
"type": "main",
"index": 1
}
]
]
},
"37e21a39-2383-4934-9b41-81b76c484974": {
"main": [
[
{
"node": "ad1c63fb-4aae-48a2-8329-20afd04e069d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 금융, 인공지능, IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 스마트 어시스턴트: Supabase 스토리지 및 Google Drive 파일과 대화
AI스마트어시스턴트:与Supabase存储및Google Drive文件对话
If
Set
Wait
+
If
Set
Wait
62 노드Mark Shcherbakov
엔지니어링
## 🤖 **LIGUA033/LOREALCANTARA - 其他생성워크플로우**
基于AI의Meta广告분석与생성:사용Gemini、GPT-4.1 Mini및广告관리器
If
Set
Wait
+
If
Set
Wait
61 노드Daniel Setzermann
인공지능
YouTube 짧은 비디오 생성기
Flux, Runway, Eleven Labs, Creatomate를 사용하여 AI YouTube短视频 생성
Set
Code
Wait
+
Set
Code
Wait
32 노드Joseph
인공지능
발행서 생성
인보이스 생성, 클라우드 스토리지에 저장하고 JS+구글 스프레드시트를 사용하여 고객에게 이메일 발송
If
Set
Code
+
If
Set
Code
12 노드Joseph
금융
반려동물 가게 4
🐶 펫 샵 예약 AI 대리자
If
Set
Code
+
If
Set
Code
187 노드Bruno Dias
인공지능
📊 WhatsApp와 Telegram의 AI 토큰 추적기 - AI 사용 현황을 Google 스프레드시트에 저장
📊 WhatsApp과 Telegram의 AI 토큰 추적기 - AI 사용 상황을 Google 스프레드시트에 저장
If
Set
Code
+
If
Set
Code
37 노드Amanda Benks
금융