{ "name": "Generate Image Workflow", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "nodes": [ { "id": "0a657f21-f0fe-4521-be7f-aa245f86f5d3", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ 340, -200 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "54ead951-03fb-4741-9e66-bffa0ff42302", "name": "Fetch Image from API", "type": "n8n-nodes-base.httpRequest", "position": [ 780, -200 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "queryParameters": { "parameters": [ { "name": "text", "value": "={{ $json.text }}" }, { "name": "fontSize", "value": "={{ $json.fontSize }}" }, { "name": "type", "value": "={{ $json.type }}" }, { "name": "fontFamily", "value": "={{ $json.fontFamily }}" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "9b60f208-7bbc-4c35-9303-797aabef478d", "name": "Set Image Properties", "type": "n8n-nodes-base.set", "position": [ 560, -200 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "25b4c572-4ba6-4719-b547-8d3787ba557b", "name": "size", "type": "string", "value": "600x400" }, { "id": "a6689fdb-b212-4c88-b80f-64aabe61daa1", "name": "backgroundColor", "type": "string", "value": "cc22e3" }, { "id": "f9dcc452-4dd5-46fc-948b-39194bf0637d", "name": "textColor", "type": "string", "value": "ffffff" }, { "id": "89842462-d3ac-4267-a40a-3e98e8823ef3", "name": "text", "type": "string", "value": "Generated!" }, { "id": "59eb064d-1cc3-4b7d-92ec-594dadbd38cd", "name": "fontSize", "type": "string", "value": "100" }, { "id": "ccbae0db-559a-4de2-be63-4238feca6498", "name": "fontFamily", "type": "string", "value": "pacifico" }, { "id": "ab88695a-d223-4f26-9ded-3e4c965ca28c", "name": "type", "type": "string", "value": "png" } ] } }, "typeVersion": 3.4, "notes": "This set node performs automated tasks as part of the workflow." } ], "active": false, "pinData": {}, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "c2d9939a-6766-4b7c-8331-63a655946208", "connections": { "54ead951-03fb-4741-9e66-bffa0ff42302": { "main": [ [ { "node": "error-handler-54ead951-03fb-4741-9e66-bffa0ff42302", "type": "main", "index": 0 } ], [ { "node": "error-handler-54ead951-03fb-4741-9e66-bffa0ff42302-68c95238", "type": "main", "index": 0 } ], [ { "node": "error-handler-54ead951-03fb-4741-9e66-bffa0ff42302-c88f3da2", "type": "main", "index": 0 } ], [ { "node": "error-handler-54ead951-03fb-4741-9e66-bffa0ff42302-df9d7f85", "type": "main", "index": 0 } ], [ { "node": "error-handler-54ead951-03fb-4741-9e66-bffa0ff42302-47226b1d", "type": "main", "index": 0 } ] ] } }, "description": "Automated workflow: Generate Image Workflow. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-83a0e74a", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.194310", "updatedAt": "2025-09-29T07:07:49.194322", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "notes": "Excellent quality workflow: Generate Image Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }