{ "name": "Store the data received from the CocktailDB API in JSON", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-67dcda59" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 400, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-db49aa27" }, { "name": "Move Binary Data", "type": "n8n-nodes-base.moveBinaryData", "position": [ 550, 300 ], "parameters": { "mode": "jsonToBinary", "options": {} }, "typeVersion": 1, "id": "node-3826da7a" }, { "name": "Write Binary File", "type": "n8n-nodes-base.writeBinaryFile", "position": [ 700, 300 ], "parameters": { "fileName": "cocktail.json" }, "typeVersion": 1, "id": "node-1468bba8" }, { "id": "error-6ea82079", "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-c0440313", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.646843", "updatedAt": "2025-09-29T07:07:49.646851", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Store the data received from the CocktailDB API in JSON. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }