{ "meta": { "instanceId": "workflow-250d0d23", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.778191", "updatedAt": "2025-09-29T07:07:49.778199", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "beebd9ac-4021-4e45-9971-4205c37e3742", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ -500, 40 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "61e48c99-fdd3-4db7-8e2e-67cb2c2dfd97", "name": "SIGNL4", "type": "n8n-nodes-base.signl4", "position": [ 60, -140 ], "parameters": { "message": "=Weather alert ❄️ Temperature: {{ $json.main.temp }} °C", "additionalFields": { "title": "Weather Alert from n8n", "externalId": "weather-alert", "locationFieldsUi": { "locationFieldsValues": { "latitude": "={{ $json.coord.lat }}", "longitude": "={{ $json.coord.lon }}" } } } }, "credentials": { "signl4Api": { "id": "EAiJUjPUA6kiAnG9", "name": "SIGNL4 Webhook account" } }, "typeVersion": 1, "notes": "This signl4 node performs automated tasks as part of the workflow." }, { "id": "739a31e4-d353-4c95-bb84-b36f6a5560cf", "name": "OpenWeatherMap", "type": "n8n-nodes-base.openWeatherMap", "position": [ -320, -140 ], "parameters": { "cityName": "Berlin" }, "credentials": { "openWeatherMapApi": { "id": "oH1seTNeKu1d87wm", "name": "OpenWeatherMap account" } }, "typeVersion": 1, "notes": "This openWeatherMap node performs automated tasks as part of the workflow." }, { "id": "95aab17d-c0eb-439c-81ff-7452794a514a", "name": "If Node", "type": "n8n-nodes-base.if", "position": [ -160, -140 ], "parameters": { "options": {}, "conditions": { "options": { "leftValue": "", "caseSensitive": true, "typeValidation": "strict" }, "combinator": "and", "conditions": [ { "id": "b95ba4e6-0749-4dd0-9830-14a6b0b5edcf", "operator": { "type": "number", "operation": "lt" }, "leftValue": "={{ $json.main.temp }}", "rightValue": 25 } ] } }, "typeVersion": 2, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "ef813bf0-cd46-474e-9208-2efbd402782f", "name": "Schedule Trigger", "type": "n8n-nodes-base.scheduleTrigger", "position": [ -500, -140 ], "parameters": { "rule": { "interval": [ { "triggerAtHour": 6, "triggerAtMinute": 15 } ] } }, "typeVersion": 1.2, "notes": "This scheduleTrigger node performs automated tasks as part of the workflow." }, { "id": "error-33a92f35", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "pinData": {}, "connections": {}, "name": "Manualtrigger Workflow", "description": "Automated workflow: Manualtrigger Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Manualtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }