{ "nodes": [ { "id": "trigger-decf6a6c", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 560, 840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 2, "id": "node-2e0b9bf7" }, { "name": "Google Sheets", "type": "n8n-nodes-base.googleSheets", "position": [ 960, 700 ], "parameters": { "range": "A:C", "options": { "usePathForKeyRow": true }, "sheetId": "qwertz", "operation": "append", "authentication": "{{ $credentials.oAuth2 }}" }, "credentials": { "googleSheetsOAuth2Api": { "id": "{{ $credentials.googleSheetsOAuth2Api.id }}", "name": "google_sheets_oauth" } }, "typeVersion": 1, "id": "node-2f58518e" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 760, 840 ], "parameters": { "values": { "string": [ { "name": "name", "value": "={{$json[\"results\"][0][\"name\"][\"first\"]}} {{$json[\"results\"][0][\"name\"][\"last\"]}}" }, { "name": "country", "value": "={{$json[\"results\"][0][\"location\"][\"country\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-bea30e67" }, { "name": "Spreadsheet File", "type": "n8n-nodes-base.spreadsheetFile", "position": [ 960, 980 ], "parameters": { "options": { "fileName": "users_spreadsheet" }, "operation": "toFile", "fileFormat": "csv" }, "typeVersion": 1, "id": "node-167486b1" }, { "name": "Note", "type": "n8n-nodes-base.stickyNote", "position": [ 1160, 720 ], "parameters": { "width": 320, "height": 80, "content": "## JSON > Google Sheets" }, "typeVersion": 1, "id": "node-8cabf23c" }, { "name": "Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 1140, 980 ], "parameters": { "width": 320, "height": 80, "content": "## JSON > CSV" }, "typeVersion": 1, "id": "node-91407b82" }, { "id": "error-6510273d", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-41999a6b", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.680287", "updatedAt": "2025-09-29T07:07:45.680308", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }