{ "nodes": [ { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 870, 300 ], "parameters": { "values": { "string": [ { "name": "tempC", "value": "={{$json[\"main\"][\"temp\"]}}" }, { "name": "humidity", "value": "={{$json[\"main\"][\"humidity\"]}}" }, { "name": "windspeed", "value": "={{$json[\"wind\"][\"speed\"]}}" }, { "name": "description", "value": "={{$json[\"weather\"][0][\"description\"]}}" }, { "name": "city", "value": "={{$json[\"name\"]}}, {{$json[\"sys\"][\"country\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-1240c069" }, { "name": "OpenWeatherMap", "type": "n8n-nodes-base.openWeatherMap", "position": [ 650, 300 ], "parameters": { "cityName": "={{$json[\"body\"][\"city\"]}}" }, "credentials": { "openWeatherMapApi": "open-weather-map" }, "typeVersion": 1, "id": "node-e40937d8" }, { "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 450, 300 ], "webhookId": "39f1b81f-f538-4b94-8788-29180d5e4016", "parameters": { "path": "39f1b81f-f538-4b94-8788-29180d5e4016", "options": {}, "responseData": "allEntries", "responseMode": "lastNode" }, "typeVersion": 1, "id": "node-86d89089" }, { "id": "error-96210401", "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-c34d3583", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.282355", "updatedAt": "2025-09-29T07:07:51.282369", "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." }