{ "id": "3", "name": "Daily poems in Telegram", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ -250, 400 ], "parameters": { "triggerTimes": { "item": [ { "hour": 10 } ] } }, "typeVersion": 1, "id": "node-a3f8d043" }, { "name": "Telegram", "type": "n8n-nodes-base.telegram", "position": [ 350, 400 ], "parameters": { "text": "=✒️ Poem of the day:\n{{$node[\"HTTP Request\"].json[\"0\"][\"title\"]}} by {{$node[\"HTTP Request\"].json[\"0\"][\"poet\"][\"name\"]}}\n\n{{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}\n☁️", "chatId": "123456789", "additionalFields": {} }, "credentials": { "telegramApi": "telegram_bot" }, "typeVersion": 1, "id": "node-c8d6a22b" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ -50, 400 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-3b1bb8bc" }, { "name": "LingvaNex", "type": "n8n-nodes-base.lingvaNex", "position": [ 150, 400 ], "parameters": { "text": "={{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}", "options": {}, "translateTo": "en_GB" }, "credentials": { "lingvaNexApi": "lingvanex_API" }, "typeVersion": 1, "id": "node-1a9859a7" }, { "id": "error-5983b87d", "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-84adfbf4", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.190558", "updatedAt": "2025-09-29T07:07:46.190566", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Daily poems in Telegram. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }