{ "id": "1", "name": "Add text to an image downloaded from the internet", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 620, 170 ], "parameters": {}, "typeVersion": 1, "id": "node-24e8efdb" }, { "name": "Edit Image", "type": "n8n-nodes-base.editImage", "position": [ 1020, 170 ], "parameters": { "text": "This is n8n", "options": {}, "fontSize": 100, "operation": "text", "positionX": 300, "positionY": 500 }, "typeVersion": 1, "id": "node-93705716" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 820, 170 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "file" }, "typeVersion": 1, "id": "node-d335a372" }, { "id": "error-c86905b8", "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-550d5c13", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.882083", "updatedAt": "2025-09-29T07:07:48.882142", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Add text to an image downloaded from the internet. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }