{ "name": "Very quick quickstart", "nodes": [ { "id": "cbb6afcc-f900-434d-ad2e-affb31ccf7a9", "name": "Customer Datastore", "type": "n8n-nodes-base.n8nTrainingCustomerDatastore", "position": [ 1000, 740 ], "parameters": { "operation": "getAllPeople", "returnAll": true }, "typeVersion": 1, "notes": "This n8nTrainingCustomerDatastore node performs automated tasks as part of the workflow." }, { "id": "1eb939c0-e391-4e3b-9751-889da2de7cf7", "name": "Note", "type": "n8n-nodes-base.stickyNote", "position": [ 460, 460 ], "parameters": { "width": 300, "height": 220, "content": "## About the very quick quickstart workflow\n\nThis is an incomplete workflow, used in the [very quick quickstart]({{ $env.WEBHOOK_URL }} tutorial." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "c53a8591-9efe-4fb8-993b-6cc309f3240e", "name": "Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 940, 640 ], "parameters": { "width": 220, "height": 300, "content": "**Get fake sample data**" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "c7e35ca4-b180-4280-9e43-a5dda5d3ea97", "name": "Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 1220, 640 ], "parameters": { "width": 220, "height": 300, "content": "**Extract data and prepare it for use in the next node**" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "94bba884-5cef-4fe6-ba7d-cc7dbe49839c", "name": "When clicking \"Test Workflow\"", "type": "n8n-nodes-base.manualTrigger", "position": [ 760, 740 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "f6d22d64-c77f-415d-9c34-c7106ba4877a", "name": "Edit Fields1", "type": "n8n-nodes-base.set", "position": [ 1280, 740 ], "parameters": { "options": {}, "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 }}" } ] } }, "typeVersion": 3.3, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "error-62a1bde8", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "pinData": {}, "connections": {}, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "description": "Automated workflow: Very quick quickstart. This workflow integrates 4 different services: n8nTrainingCustomerDatastore, stickyNote, manualTrigger, set. It contains 6 nodes and follows best practices for error handling and security.", "meta": { "instanceId": "workflow-ca9aa4ab", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.725887", "updatedAt": "2025-09-29T07:07:48.725901", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Very quick quickstart. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }