{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-25ef9229" }, { "name": "Start", "type": "n8n-nodes-base.start", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-7acb63c1" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 450, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "file", "headerParametersUi": { "parameter": [] } }, "typeVersion": 1, "id": "node-7f523d1f" }, { "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "position": [ 650, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "authentication": "{{ $credentials.oAuth1 }}", "jsonParameters": true, "sendBinaryData": true, "binaryPropertyName": "banner:data" }, "credentials": { "oAuth1Api": { "id": "{{ $credentials.oAuth1Api.id }}", "name": "Unnamed credential" } }, "typeVersion": 1, "id": "node-52ca665c" }, { "id": "error-b2a77e45", "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-fd423d06", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:50.141261", "updatedAt": "2025-09-29T07:07:50.141276", "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." }