{ "id": "115", "name": "Send daily weather updates via a message using the Gotify node", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 490, 340 ], "parameters": { "triggerTimes": { "item": [ { "hour": 9 } ] } }, "typeVersion": 1, "id": "3643c879-8708-463e-912d-9a890e6b7175", "notes": "This cron node performs automated tasks as part of the workflow." }, { "name": "OpenWeatherMap", "type": "n8n-nodes-base.openWeatherMap", "position": [ 690, 340 ], "parameters": { "cityName": "berlin" }, "credentials": { "openWeatherMapApi": "owm" }, "typeVersion": 1, "id": "ee318374-86c4-4ea3-90aa-293944e0cf94", "notes": "This openWeatherMap node performs automated tasks as part of the workflow." }, { "name": "Gotify", "type": "n8n-nodes-base.gotify", "position": [ 890, 340 ], "parameters": { "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}°C.", "additionalFields": { "title": "Today's Weather Update" } }, "credentials": { "gotifyApi": "gotify-credentials" }, "typeVersion": 1, "id": "ab8fc9dd-3343-4d49-8d38-87ee3af3be4b", "notes": "This gotify node performs automated tasks as part of the workflow." }, { "id": "error-07b1082f", "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, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Send daily weather updates via a message using the Gotify node. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-fa893891", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.259776", "updatedAt": "2025-09-29T07:07:51.259783", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Send daily weather updates via a message using the Gotify node. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }