{ "nodes": [ { "id": "trigger-fb786be0", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "Read Binary File", "type": "n8n-nodes-base.readBinaryFile", "position": [ 450, 300 ], "parameters": { "filePath": "/data/demo1.wav" }, "typeVersion": 1, "id": "node-7c4a4e94" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 650, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "bodyContentType": "raw" }, "requestMethod": "POST", "jsonParameters": true, "sendBinaryData": true, "headerParametersJson": "={{JSON.parse('{\"Authorization\":\"Bearer {your_token_goes_here}\", \"Content-Type\":\"audio/wav\"}')}}" }, "typeVersion": 1, "id": "node-65a0fdad" }, { "id": "error-c18fd06b", "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-f73a5795", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.247795", "updatedAt": "2025-09-29T07:07:46.247809", "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." }