Sign In
🔩

다운 받은 워크플로우 불러오는 방법

1. File Import

1.
빈 워크플로우를 하나 생성 후 Import from File 선택.
very_quick_quickstart.json4.59KB
2.
다운 받았던 json 파일을 올리기.

2. JSON 복사 붙여넣기

very quick quickstart.json
{ "name": "very quick quickstart", "nodes": [ { "parameters": { "operation": "getAllPeople", "returnAll": true }, "id": "8629cd49-9c9d-4ec9-96a9-8a3447c98b1b", "name": "Customer Datastore", "type": "n8n-nodes-base.n8nTrainingCustomerDatastore", "position": [ 1700, 580 ], "typeVersion": 1 }, { "parameters": { "content": "## 매우 빠른 퀵스타트\n\n이 워크플로는 [very quick quickstart](https://docs.n8n.io//try-it-out/quickstart/) 튜토리얼에 사용되는 불완전한 워크플로입니다.\n\n1. 하단에 Test Workflow를 누릅니다.\n2. 각 노드별로 하나씩 눌러보며 노드의 설정을 살펴보고 Input, Ouput이 어떻게 나왔는지 한번 살펴봅시다.\n3. 본 워크플로우는 고객 데이터스토어 노드에서 데이터를 로드한 다음 필드 편집을 통해 데이터를 변환합니다.", "height": 251.41190829904593, "width": 495.8703809326191 }, "id": "27d001a7-d117-46f3-b2eb-1294d092fc48", "name": "Note", "type": "n8n-nodes-base.stickyNote", "position": [ 1340, 200 ], "typeVersion": 1 }, { "parameters": { "content": "**Get fake sample data**", "height": 300, "width": 220 }, "id": "57970d36-0186-4202-ae99-37210ded0980", "name": "Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 1640, 480 ], "typeVersion": 1 }, { "parameters": { "content": "**Extract data and prepare it for use in the next node**", "height": 300, "width": 220 }, "id": "e54e0d27-6c6c-4fef-aca5-1d5783259573", "name": "Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 1920, 480 ], "typeVersion": 1 }, { "parameters": {}, "id": "d8f49f1b-84b9-429b-87b9-9ad4d933003a", "name": "When clicking \"Test Workflow\"", "type": "n8n-nodes-base.manualTrigger", "position": [ 1460, 580 ], "typeVersion": 1 }, { "parameters": { "assignments": { "assignments": [ { "id": "df041e3c-fc09-4ba2-8e6b-37f2c6a02526", "name": "customer_id", "type": "string", "value": "={{ $json.id }}" }, { "id": "bf288953-4fef-4f55-a45f-c223714919c0", "name": "customer_name", "type": "string", "value": "={{ $json.name }}" }, { "id": "1cff0b21-6740-4697-9d2c-9bcb045af0be", "name": "customer_description", "type": "string", "value": "={{ $json.notes }}" } ] }, "options": {} }, "id": "decd39cc-a8ca-4dc5-bba3-4bf308c3c881", "name": "Edit Fields1", "type": "n8n-nodes-base.set", "position": [ 1980, 580 ], "typeVersion": 3.3 }, { "parameters": { "customerId": "={{ $json.customer_id }}", "message": "=Hi {{$json.customer_name}}, Your description is {{$json.customer_description}}" }, "id": "d6234a18-a9f1-4760-8cd2-85213a1e9e69", "name": "Customer Messenger (n8n training)", "type": "n8n-nodes-base.n8nTrainingCustomerMessenger", "typeVersion": 1, "position": [ 2220, 580 ] } ], "pinData": {}, "connections": { "Customer Datastore": { "main": [ [ { "node": "Edit Fields1", "type": "main", "index": 0 } ] ] }, "When clicking \"Test Workflow\"": { "main": [ [ { "node": "Customer Datastore", "type": "main", "index": 0 } ] ] }, "Edit Fields1": { "main": [ [ { "node": "Customer Messenger (n8n training)", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": { "executionOrder": "v1" }, "versionId": "c988f946-44b9-4eaf-a0d3-7e3122986b78", "meta": { "templateCredsSetupCompleted": true, "instanceId": "a8fb7fd31983317952de5fe842ded2643867d47ad03573d086b1bc8ab17aa03b" }, "id": "XsJ9xbAPiuPOUP8A", "tags": [ { "createdAt": "2024-10-21T12:38:15.825Z", "updatedAt": "2024-10-21T12:38:15.825Z", "id": "N49fVWuPAnWfhHNQ", "name": "demo" } ] }s
1.
위 코드블록에 있는 값을 CTRL+C 복사해서 워크플로우 화면에서 그대로 CTRL+V붙여넣기 하면 끝.
이 템플릿은 CCL BY-NC-ND 2.0 KR 라이선스를 따릅니다.
저작자 명시 필수 · 영리적 사용 불가 · 내용 변경 불가