{ "nodes": [ { "id": "trigger-be3b4de7", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "position": [ 500, 540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-dab47ac8" }, { "name": "AWS Rekognition1", "type": "n8n-nodes-base.awsRekognition", "position": [ 680, 540 ], "parameters": { "type": "detectLabels", "binaryData": true, "additionalFields": {} }, "credentials": { "aws": { "id": "{{ $credentials.aws.id }}", "name": "aws" } }, "typeVersion": 1, "id": "node-19bb8a20" }, { "name": "Google Sheets2", "type": "n8n-nodes-base.googleSheets", "position": [ 1040, 540 ], "parameters": { "options": {}, "sheetId": "qwertz", "operation": "append", "authentication": "{{ $credentials.oAuth2 }}" }, "credentials": { "googleSheetsOAuth2Api": { "id": "{{ $credentials.googleSheetsOAuth2Api.id }}", "name": "google_sheets_oauth" } }, "typeVersion": 1, "id": "node-6dda00a4" }, { "name": "Set3", "type": "n8n-nodes-base.set", "position": [ 860, 540 ], "parameters": { "values": { "number": [], "string": [ { "name": "img_name", "value": "={{$node[\"HTTP Request1\"].json[\"items\"][0][\"title\"]}}" }, { "name": "img_link", "value": "={{$node[\"HTTP Request1\"].json[\"items\"][0][\"link\"]}}" }, { "name": "img_labels", "value": "={{$node[\"AWS Rekognition\"][\"Labels\"][\"Name\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-7eead359" }, { "id": "error-c555f36d", "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-c1c10fcb", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.660622", "updatedAt": "2025-09-29T07:07:45.660633", "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." }