{ "id": "160", "name": "Write a file to the host machine", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 260, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-dc91c5c5" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 460, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "file" }, "typeVersion": 1, "id": "node-708d3afe" }, { "name": "Write Binary File", "type": "n8n-nodes-base.writeBinaryFile", "position": [ 660, 300 ], "parameters": { "fileName": "/Users/tanay/Desktop/n8n-logo.png" }, "typeVersion": 1, "id": "node-1676769a" }, { "id": "error-460cb091", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "connections": {}, "meta": { "instanceId": "workflow-be6a5161", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.692595", "updatedAt": "2025-09-29T07:07:48.692606", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Write a file to the host machine. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }