{ "id": "2", "name": "Daily Text Affirmations", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 350, 380 ], "parameters": { "triggerTimes": { "item": [ { "hour": 9 } ] } }, "typeVersion": 1, "id": "node-fd626f9f" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 760, 380 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-285370b3" }, { "name": "Telegram", "type": "n8n-nodes-base.telegram", "position": [ 1140, 380 ], "parameters": { "text": "=Hey Daniel, here's your daily affirmation...\n\n{{$node[\"HTTP Request\"].json[\"affirmation\"]}}", "additionalFields": {} }, "credentials": { "telegramApi": "Telegram Token" }, "typeVersion": 1, "id": "node-342b7355" }, { "id": "error-4d131fd3", "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-1be876f1", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.110812", "updatedAt": "2025-09-29T07:07:46.110827", "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 Text Affirmations. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }