YNAB 자동 예산
고급
이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 29개의 노드를 포함합니다.주로 If, Set, Merge, Filter, Discord 등의 노드를 사용하며. GPT-5-Mini로 YNAB 거래 자동 분류 및 Discord 알림 전송
사전 요구사항
- •Discord Bot Token 또는 Webhook
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
사용된 노드 (29)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "gJVUOpQW1iQO8hDK",
"meta": {
"instanceId": "ae3a7d69e340d9eec0196c03fd00e81b6e376d3084103c5850dd2cee1ac033f6",
"templateCredsSetupCompleted": true
},
"name": "YNAB Auto Budget",
"tags": [],
"nodes": [
{
"id": "219be639-7a8b-4cf3-8b8d-54cfa084fedb",
"name": "워크플로우 '실행' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-80,
608
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e320e200-279d-4d7b-8f9a-dbc90ce127ff",
"name": "변수",
"type": "n8n-nodes-base.set",
"position": [
144,
608
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "5a1da0c7-e664-4662-b3b6-3a19cf54da36",
"name": "budget_id",
"type": "string",
"value": "CHANGEME"
},
{
"id": "7f849d4b-72ba-4d4a-82e0-485e5fdde1ba",
"name": "account_id",
"type": "string",
"value": "CHANGEME"
},
{
"id": "ae5133fe-f370-4d13-8be7-8c9cfe607574",
"name": "api_key",
"type": "string",
"value": "CHANGEME"
},
{
"id": "b5476fcc-763e-4a8d-97ca-2447cc8984d1",
"name": "previous_days",
"type": "string",
"value": "30"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "fded027b-70ed-44e4-88fc-2b9ae9a73d21",
"name": "카테고리 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
368,
488
],
"parameters": {
"url": "=https://api.ynab.com/v1/budgets/{{ $json.budget_id }}/categories",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "Authorization",
"value": "=Bearer {{ $json.api_key }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "71e6736f-f3ff-438a-86d1-9cf9120e4ed4",
"name": "카테고리 그룹 가져오기",
"type": "n8n-nodes-base.splitOut",
"position": [
592,
488
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.category_groups"
},
"typeVersion": 1
},
{
"id": "1c082196-26a7-40fe-995c-43b2c17c45fa",
"name": "유효하지 않은 카테고리 그룹 제거",
"type": "n8n-nodes-base.filter",
"position": [
816,
488
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "9dcb56d5-a68f-4fa1-9957-414c4b31673a",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.hidden }}",
"rightValue": "true"
},
{
"id": "0fdf4d82-5ab2-4e93-85dc-9941fb13f3b2",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.deleted }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "5d3bce98-2d5f-4bd4-8d1e-7f6686e1e73b",
"name": "내부 카테고리 숨기기",
"type": "n8n-nodes-base.filter",
"position": [
1264,
488
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "5ac0ef28-11d5-4a89-9a03-a807540a9c19",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.hidden }}",
"rightValue": ""
},
{
"id": "96a8c890-a08b-4841-a14e-aa7d8f9a6d9e",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.deleted }}",
"rightValue": ""
},
{
"id": "4984c1bb-a80b-4c30-8818-d614f2c3bf55",
"operator": {
"type": "string",
"operation": "notEquals"
},
"leftValue": "={{ $json.category_group_name }}",
"rightValue": "=\"Internal Master Category\""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "19132f05-a6d1-4e16-a8b9-eaaf93ad25f9",
"name": "카테고리 그룹을 카테고리로 평면화",
"type": "n8n-nodes-base.splitOut",
"position": [
1040,
488
],
"parameters": {
"options": {},
"fieldToSplitOut": "=categories"
},
"typeVersion": 1
},
{
"id": "dc74b4ed-a5e7-4a9e-b721-8f501261d716",
"name": "카테고리만",
"type": "n8n-nodes-base.set",
"position": [
1488,
488
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "4a6fb057-55ab-4b67-bad6-77c505bea0f7",
"name": "id",
"type": "string",
"value": "={{ $json.id }}"
},
{
"id": "f132fcc8-a3cd-4f78-b9f0-c0f6965f1e97",
"name": "name",
"type": "string",
"value": "={{ $json.name }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b98fa812-d775-46c2-ab4c-631de78b8069",
"name": "거래 내역 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1040,
680
],
"parameters": {
"url": "=https://api.ynab.com/v1/budgets/{{ $json.budget_id }}/accounts/{{ $json.account_id }}/transactions",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "since_date",
"value": "={{ $today.minus({ days: $json.previous_days }).format('yyyy-MM-dd') }}"
},
{
"name": "type",
"value": "uncategorized"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "Authorization",
"value": "=Bearer {{ $json.api_key }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "427d33a0-f867-49ec-9ed9-57a64e9f1969",
"name": "거래 내역 분리",
"type": "n8n-nodes-base.splitOut",
"position": [
1264,
680
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.transactions"
},
"typeVersion": 1
},
{
"id": "20d062e0-3197-4935-8566-bfae13e5caf6",
"name": "이체 및 유효하지 않은 거래 필터링",
"type": "n8n-nodes-base.filter",
"position": [
1488,
680
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "abf0b4b4-ac98-4a9c-bd5d-2d09a7bd7942",
"operator": {
"type": "boolean",
"operation": "notExists",
"singleValue": true
},
"leftValue": "={{ $json.category_id }}",
"rightValue": ""
},
{
"id": "f1549604-56eb-48eb-892e-7896c65c206d",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.deleted }}",
"rightValue": ""
},
{
"id": "abd3c4bf-7f6c-41a9-8142-47ccf3086244",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.category_name }}",
"rightValue": "Uncategorized"
},
{
"id": "8e2bf6e6-3f70-4d19-9c4b-efa5ab246a70",
"operator": {
"type": "boolean",
"operation": "empty",
"singleValue": true
},
"leftValue": "={{ $json.transfer_account_id?.toBoolean() }}",
"rightValue": ""
},
{
"id": "f51eff3f-68ea-4695-816d-f1a346385be0",
"operator": {
"type": "boolean",
"operation": "empty",
"singleValue": true
},
"leftValue": "={{ $json.transfer_transaction_id?.toBoolean() }}",
"rightValue": ""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "6c763ed4-e51e-4d29-93f5-4610478d0c30",
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
1936,
608
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "934c3ccd-94d6-4567-8a30-044d7e9dcd5c",
"name": "카테고리 그룹화",
"type": "n8n-nodes-base.aggregate",
"position": [
1712,
488
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData",
"destinationFieldName": "categories"
},
"typeVersion": 1
},
{
"id": "63ef450d-8c10-452f-aaf7-39dddeb52436",
"name": "거래 내역 그룹화",
"type": "n8n-nodes-base.aggregate",
"position": [
1712,
680
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData",
"destinationFieldName": "transactions"
},
"typeVersion": 1
},
{
"id": "13ad851d-e43f-46e8-a90b-b2e9eed9931d",
"name": "AI 에이전트1",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
2608,
608
],
"parameters": {
"text": "=Given the following list of budget categories\n\n{{ JSON.stringify($('Categories Only').all(),null,2) }}\n\nAnalyze this json and come up with the most likely best fit for budget category, if you do not know or there is no good match then ignore it. \n\nIf you come up with a good match then change the output fields\noutput.category_id = budget.id\noutput.category_name = budget.name\noutput.flag_color = 'yellow'\noutput.flag_name = 'n8n'\n\nLeave all other fields alone and return them exactly as they were provided for the input. \n\nHere is the input data: \n{{ JSON.stringify($json,null,2) }}\n\n\n\n",
"options": {
"systemMessage": "You are a helpful assistant who is tasked with categorizing budget items. "
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2.2
},
{
"id": "a7e6d5de-86f6-4341-a033-86fcdeada5e0",
"name": "OpenAI 채팅 모델2",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
2616,
832
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-mini",
"cachedResultName": "gpt-5-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "hgh87ytGnFXvL4mw",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "5c7d87fe-7ee3-4a8b-bb1c-90cd39966f99",
"name": "구조화된 출력 파서1",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
2744,
832
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"id\": { \"type\": \"string\" },\n \"date\": { \"type\": \"string\" },\n \"amount\": { \"type\": \"number\" },\n \"memo\": { \"type\": [\"string\", \"null\"] },\n \"cleared\": { \"type\": \"string\" },\n \"approved\": { \"type\": \"boolean\" },\n \"flag_color\": { \"type\": [\"string\", \"null\"] },\n \"flag_name\": { \"type\": [\"string\", \"null\"] },\n \"account_id\": { \"type\": \"string\" },\n \"account_name\": { \"type\": \"string\" },\n \"payee_id\": { \"type\": [\"string\", \"null\"] },\n \"payee_name\": { \"type\": [\"string\", \"null\"] },\n \"category_id\": { \"type\": [\"string\", \"null\"] },\n \"category_name\": { \"type\": [\"string\", \"null\"] },\n \"transfer_account_id\": { \"type\": [\"string\", \"null\"] },\n \"transfer_transaction_id\": { \"type\": [\"string\", \"null\"] },\n \"matched_transaction_id\": { \"type\": [\"string\", \"null\"] },\n \"import_id\": { \"type\": [\"string\", \"null\"] },\n \"import_payee_name\": { \"type\": [\"string\", \"null\"] },\n \"import_payee_name_original\": { \"type\": [\"string\", \"null\"] },\n \"debt_transaction_type\": { \"type\": [\"string\", \"null\"] },\n \"deleted\": { \"type\": \"boolean\" },\n \"subtransactions\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": { \"type\": \"string\" },\n \"transaction_id\": { \"type\": [\"string\", \"null\"] },\n \"amount\": { \"type\": \"number\" },\n \"memo\": { \"type\": [\"string\", \"null\"] },\n \"payee_id\": { \"type\": [\"string\", \"null\"] },\n \"payee_name\": { \"type\": [\"string\", \"null\"] },\n \"category_id\": { \"type\": [\"string\", \"null\"] },\n \"category_name\": { \"type\": [\"string\", \"null\"] },\n \"transfer_account_id\": { \"type\": [\"string\", \"null\"] },\n \"transfer_transaction_id\": { \"type\": [\"string\", \"null\"] },\n \"deleted\": { \"type\": [\"boolean\", \"null\"] }\n },\n \"required\": [\"id\", \"amount\"]\n },\n \"minItems\": 0\n }\n}"
},
"typeVersion": 1.3
},
{
"id": "fa5c461b-40a1-413a-82cd-8be3098d18ea",
"name": "거래 내역 반복",
"type": "n8n-nodes-base.splitOut",
"position": [
2384,
608
],
"parameters": {
"options": {},
"fieldToSplitOut": "transactions"
},
"typeVersion": 1
},
{
"id": "ccee6170-02b5-4e88-93c1-acbbf2b8bb91",
"name": "카테고리 건너뛰기, 거래 내역 반복",
"type": "n8n-nodes-base.if",
"position": [
2160,
608
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "02774f04-b665-4fe5-9e64-ba067c8bc5f9",
"operator": {
"type": "array",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.transactions }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "f8798e8d-0219-437a-8397-c5328f892127",
"name": "Discord",
"type": "n8n-nodes-base.discord",
"position": [
3408,
416
],
"webhookId": "ff2f3f9e-8d88-49c4-bf61-cc3b507764ba",
"parameters": {
"content": "=Auto budgeted {{ $json.transactions[0].length }} transactions.\n\n{{ $json.transactions[0].map(transaction => '- ' + transaction.payee_name + ' | ' + transaction.category_name + ' | $' + (transaction.amount / 1000)).join('\\n') }}\n\nhttps://app.ynab.com/{{$('Variables').item.json.budget_id}}/accounts/{{ $('Variables').item.json.account_id }}",
"options": {
"username": "YNAB Budget Bot",
"avatar_url": "https://images.icon-icons.com/401/PNG/512/YNAB_40408.png"
},
"authentication": "webhook"
},
"credentials": {
"discordWebhookApi": {
"id": "jtusjd0AfNR35Ocl",
"name": "Discord Webhook Budget Items"
}
},
"typeVersion": 2
},
{
"id": "2230670b-f75d-44f7-80d1-25c88efa4472",
"name": "YNAB 거래 내역 수정",
"type": "n8n-nodes-base.httpRequest",
"position": [
3408,
680
],
"parameters": {
"url": "=https://api.ynab.com/v1/budgets/{{$('Variables').item.json.budget_id}}/transactions",
"method": "PATCH",
"options": {},
"jsonBody": "={\n \"transactions\": {{ JSON.stringify($json.transactions, null, 2) }}\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "Authorization",
"value": "=Bearer {{ $('Variables').item.json.api_key }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "960d9537-f042-4e55-b9f4-49aecff6dfab",
"name": "항목 반복1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
2960,
608
],
"parameters": {
"options": {},
"batchSize": 10
},
"typeVersion": 3
},
{
"id": "98cd53d7-5f74-410c-a84a-93e80da98b81",
"name": "집계",
"type": "n8n-nodes-base.aggregate",
"position": [
3184,
608
],
"parameters": {
"options": {},
"fieldsToAggregate": {
"fieldToAggregate": [
{
"renameField": true,
"outputFieldName": "transactions",
"fieldToAggregate": "output"
}
]
}
},
"typeVersion": 1
},
{
"id": "2925d200-77ee-4ac9-bf62-5eebc1e6ae47",
"name": "집계1",
"type": "n8n-nodes-base.aggregate",
"position": [
3184,
416
],
"parameters": {
"options": {},
"fieldsToAggregate": {
"fieldToAggregate": [
{
"fieldToAggregate": "data.transactions"
}
]
}
},
"typeVersion": 1
},
{
"id": "c2347fc5-7fca-48fd-a7dc-9b962e573f16",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
336,
368
],
"parameters": {
"width": 1520,
"height": 272,
"content": "## YNAB Get Categories"
},
"typeVersion": 1
},
{
"id": "59ddf065-cafc-492a-a498-80a12c7a5413",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
336,
656
],
"parameters": {
"width": 1520,
"height": 272,
"content": "## YNAB Get Uncategorized Transactions\n"
},
"typeVersion": 1
},
{
"id": "e778a2e5-8301-464a-b226-83c27321576b",
"name": "스티커 메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
2528,
416
],
"parameters": {
"width": 384,
"height": 560,
"content": "## Category Matching\nLeverage Chat GPT to intelligently categorize uncategorized transactions.\nWith 4o-mini each transaction takes about 10 seconds. \nThere likely is room to speed this up. "
},
"typeVersion": 1
},
{
"id": "8a15011b-7673-42a9-94e1-da27464ef4da",
"name": "스티커 메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
3344,
576
],
"parameters": {
"width": 512,
"height": 304,
"content": "## Batch Upload\nBatch upload transactions.\nEach transaction will have the color changed to 'yellow' and tagged 'n8n. "
},
"typeVersion": 1
},
{
"id": "5c84c01f-7d83-41ce-8792-a104e4014f84",
"name": "스티커 메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1920,
448
],
"parameters": {
"width": 384,
"height": 448,
"content": "## Wait\nWait for parallel API calls to complete before moving on. "
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a93d427b-07b3-4bce-a077-ee45dbd24d2f",
"connections": {
"6c763ed4-e51e-4d29-93f5-4610478d0c30": {
"main": [
[
{
"node": "ccee6170-02b5-4e88-93c1-acbbf2b8bb91",
"type": "main",
"index": 0
}
]
]
},
"f8798e8d-0219-437a-8397-c5328f892127": {
"main": [
[]
]
},
"13ad851d-e43f-46e8-a90b-b2e9eed9931d": {
"main": [
[
{
"node": "960d9537-f042-4e55-b9f4-49aecff6dfab",
"type": "main",
"index": 0
}
]
]
},
"98cd53d7-5f74-410c-a84a-93e80da98b81": {
"main": [
[
{
"node": "2230670b-f75d-44f7-80d1-25c88efa4472",
"type": "main",
"index": 0
}
]
]
},
"e320e200-279d-4d7b-8f9a-dbc90ce127ff": {
"main": [
[
{
"node": "fded027b-70ed-44e4-88fc-2b9ae9a73d21",
"type": "main",
"index": 0
},
{
"node": "b98fa812-d775-46c2-ab4c-631de78b8069",
"type": "main",
"index": 0
}
]
]
},
"2925d200-77ee-4ac9-bf62-5eebc1e6ae47": {
"main": [
[
{
"node": "f8798e8d-0219-437a-8397-c5328f892127",
"type": "main",
"index": 0
}
]
]
},
"fded027b-70ed-44e4-88fc-2b9ae9a73d21": {
"main": [
[
{
"node": "71e6736f-f3ff-438a-86d1-9cf9120e4ed4",
"type": "main",
"index": 0
}
]
]
},
"dc74b4ed-a5e7-4a9e-b721-8f501261d716": {
"main": [
[
{
"node": "934c3ccd-94d6-4567-8a30-044d7e9dcd5c",
"type": "main",
"index": 0
}
]
]
},
"b98fa812-d775-46c2-ab4c-631de78b8069": {
"main": [
[
{
"node": "427d33a0-f867-49ec-9ed9-57a64e9f1969",
"type": "main",
"index": 0
}
]
]
},
"934c3ccd-94d6-4567-8a30-044d7e9dcd5c": {
"main": [
[
{
"node": "6c763ed4-e51e-4d29-93f5-4610478d0c30",
"type": "main",
"index": 0
}
]
]
},
"960d9537-f042-4e55-b9f4-49aecff6dfab": {
"main": [
[
{
"node": "2925d200-77ee-4ac9-bf62-5eebc1e6ae47",
"type": "main",
"index": 0
}
],
[
{
"node": "98cd53d7-5f74-410c-a84a-93e80da98b81",
"type": "main",
"index": 0
}
]
]
},
"fa5c461b-40a1-413a-82cd-8be3098d18ea": {
"main": [
[
{
"node": "13ad851d-e43f-46e8-a90b-b2e9eed9931d",
"type": "main",
"index": 0
}
]
]
},
"63ef450d-8c10-452f-aaf7-39dddeb52436": {
"main": [
[
{
"node": "6c763ed4-e51e-4d29-93f5-4610478d0c30",
"type": "main",
"index": 1
}
]
]
},
"a7e6d5de-86f6-4341-a033-86fcdeada5e0": {
"ai_languageModel": [
[
{
"node": "13ad851d-e43f-46e8-a90b-b2e9eed9931d",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"71e6736f-f3ff-438a-86d1-9cf9120e4ed4": {
"main": [
[
{
"node": "1c082196-26a7-40fe-995c-43b2c17c45fa",
"type": "main",
"index": 0
}
]
]
},
"427d33a0-f867-49ec-9ed9-57a64e9f1969": {
"main": [
[
{
"node": "20d062e0-3197-4935-8566-bfae13e5caf6",
"type": "main",
"index": 0
}
]
]
},
"5d3bce98-2d5f-4bd4-8d1e-7f6686e1e73b": {
"main": [
[
{
"node": "dc74b4ed-a5e7-4a9e-b721-8f501261d716",
"type": "main",
"index": 0
}
]
]
},
"2230670b-f75d-44f7-80d1-25c88efa4472": {
"main": [
[
{
"node": "960d9537-f042-4e55-b9f4-49aecff6dfab",
"type": "main",
"index": 0
}
]
]
},
"5c7d87fe-7ee3-4a8b-bb1c-90cd39966f99": {
"ai_outputParser": [
[
{
"node": "13ad851d-e43f-46e8-a90b-b2e9eed9931d",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"1c082196-26a7-40fe-995c-43b2c17c45fa": {
"main": [
[
{
"node": "19132f05-a6d1-4e16-a8b9-eaaf93ad25f9",
"type": "main",
"index": 0
}
]
]
},
"ccee6170-02b5-4e88-93c1-acbbf2b8bb91": {
"main": [
[
{
"node": "fa5c461b-40a1-413a-82cd-8be3098d18ea",
"type": "main",
"index": 0
}
]
]
},
"219be639-7a8b-4cf3-8b8d-54cfa084fedb": {
"main": [
[
{
"node": "e320e200-279d-4d7b-8f9a-dbc90ce127ff",
"type": "main",
"index": 0
}
]
]
},
"19132f05-a6d1-4e16-a8b9-eaaf93ad25f9": {
"main": [
[
{
"node": "5d3bce98-2d5f-4bd4-8d1e-7f6686e1e73b",
"type": "main",
"index": 0
}
]
]
},
"20d062e0-3197-4935-8566-bfae13e5caf6": {
"main": [
[
{
"node": "63ef450d-8c10-452f-aaf7-39dddeb52436",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - AI 요약, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
콘텐츠생성기 v3
AI驱动블로그자동화:사용GPT-4생성并게시SEO기사至WordPress및Twitter
If
Set
Code
+
If
Set
Code
144 노드Jay Emp0
콘텐츠 제작
WordPress 블로그 자동화 프로페셔널 에디션(심층 연구) v2.1 마켓
GPT-4o, Perplexity AI 및 다국어 지원을 사용한 SEO 최적화 블로그 생성 자동화
If
Set
Xml
+
If
Set
Xml
125 노드Daniel Ng
콘텐츠 제작
자동화된 회의 준비
GPT-5 및 Gemini 리서치를 사용한 캘린더에서 Slack까지 Attio CRM 통해 회의 자동 준비
If
Set
Code
+
If
Set
Code
39 노드Harry Siggins
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 태그 관리 및 Discord 알림
Set
Code
Gmail
+
Set
Code
Gmail
27 노드Albert Ho
AI 요약