{ "nodes": [ { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 520, 440 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "string" }, "typeVersion": 1, "id": "node-e7554c0b" }, { "name": "Wait", "type": "n8n-nodes-base.wait", "position": [ 680, 440 ], "webhookId": "e5f84b2f-2568-4f5b-a72b-ed54838c768b", "parameters": { "unit": "minutes", "amount": 5 }, "typeVersion": 1, "id": "node-0271899e" }, { "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "position": [ 880, 440 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "string" }, "typeVersion": 1, "id": "node-c91d106b" }, { "name": "IF", "type": "n8n-nodes-base.if", "position": [ 1100, 440 ], "parameters": { "conditions": { "boolean": [ { "value1": "={{$node[\"HTTP Request\"].json[\"data\"]}} {{$node[\"HTTP Request\"].json[\"data\"]}}", "value2": "=" } ] } }, "typeVersion": 1, "id": "node-c1a69de3" }, { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 320, 440 ], "parameters": { "triggerTimes": { "item": [ { "mode": "everyX", "unit": "minutes", "value": 5 } ] } }, "typeVersion": 1, "id": "node-d34cd52d" }, { "name": "Telegram1", "type": "n8n-nodes-base.telegram", "position": [ 1320, 520 ], "parameters": { "text": "Something got changed", "chatId": "1234", "additionalFields": {} }, "credentials": { "telegramApi": { "id": "{{ $credentials.telegramApi.id }}", "name": "n8n test bot" } }, "typeVersion": 1, "id": "node-26547e6a" }, { "name": "NoOp", "type": "n8n-nodes-base.noOp", "position": [ 1320, 320 ], "parameters": {}, "typeVersion": 1, "id": "node-6d78997d" }, { "id": "error-216f9547", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-5e2a5db9", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:56.011405", "updatedAt": "2025-09-29T07:07:56.011417", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }