{ "id": "46", "name": "Cocktail Recipe Sharing", "nodes": [ { "name": "Bannerbear", "type": "n8n-nodes-base.bannerbear", "position": [ 650, 300 ], "parameters": { "templateId": "", "modificationsUi": { "modificationsValues": [ { "name": "cocktail-image", "imageUrl": "{{ $env.BASE_URL }}" }, { "name": "title", "text": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strDrink\"]}}" }, { "name": "recipe", "text": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strInstructions\"]}}" } ] }, "additionalFields": { "waitForImage": true } }, "credentials": { "bannerbearApi": "Bannerbear" }, "typeVersion": 1, "id": "node-a1ea1d00" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 450, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-8f00819a" }, { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 250, 300 ], "parameters": { "triggerTimes": { "item": [ { "hour": 18, "mode": "everyWeek", "weekday": "5" } ] } }, "typeVersion": 1, "id": "node-29251480" }, { "name": "Rocketchat", "type": "n8n-nodes-base.rocketchat", "position": [ 850, 300 ], "parameters": { "channel": "", "options": {}, "attachments": [ { "imageUrl": "{{ $env.BASE_URL }}" } ] }, "credentials": { "rocketchatApi": "Rocket" }, "typeVersion": 1, "id": "node-2c14021b" }, { "id": "error-9313c43c", "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-2f56569e", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.248491", "updatedAt": "2025-09-29T07:07:46.248500", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Cocktail Recipe Sharing. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }