{ "id": "158", "name": "Receive the weather information of any city", "nodes": [ { "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 580, 340 ], "webhookId": "45690b6a-2b01-472d-8839-5e83a74858e5", "parameters": { "path": "45690b6a-2b01-472d-8839-5e83a74858e5", "options": {}, "responseData": "allEntries", "responseMode": "lastNode" }, "typeVersion": 1, "id": "node-fe99167d" }, { "name": "OpenWeatherMap", "type": "n8n-nodes-base.openWeatherMap", "position": [ 770, 340 ], "parameters": { "cityName": "={{$node[\"Webhook\"].json[\"query\"][\"city\"]}}" }, "credentials": { "openWeatherMapApi": "" }, "typeVersion": 1, "id": "node-97d0b2c1" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 970, 340 ], "parameters": { "values": { "string": [ { "name": "temp", "value": "={{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}" }, { "name": "description", "value": "={{$node[\"OpenWeatherMap\"].json[\"weather\"][0][\"description\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-f4097362" }, { "id": "error-1d0ecff5", "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-2b8f5b08", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.278904", "updatedAt": "2025-09-29T07:07:51.278918", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Receive the weather information of any city. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }