{ "nodes": [ { "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 450, 300 ], "webhookId": "39f1b81f-f538-4b94-8788-29180d5e4016", "parameters": { "path": "39f1b81f-f538-4b94-8788-29180d5e4016", "options": { "rawBody": true }, "httpMethod": "POST", "authentication": "{{ $credentials.headerAuth }}" }, "credentials": { "httpHeaderAuth": "Webhook Workflow Credentials" }, "typeVersion": 1, "id": "node-9b9413c6" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 650, 300 ], "parameters": { "values": { "string": [ { "name": "Name", "value": "={{$json[\"body\"][\"name\"]}}" }, { "name": "Number", "value": "={{$json[\"body\"][\"number\"]}}" }, { "name": "City", "value": "={{$json[\"body\"][\"city\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-c561764f" }, { "name": "Airtable", "type": "n8n-nodes-base.airtable", "position": [ 850, 300 ], "parameters": { "table": "Table 1", "options": {}, "operation": "append" }, "credentials": { "airtableApi": "Airtable Credentials n8n" }, "typeVersion": 1, "id": "node-3390f736" }, { "name": "OpenWeatherMap", "type": "n8n-nodes-base.openWeatherMap", "position": [ 1050, 300 ], "parameters": { "cityName": "={{$node[\"Webhook\"].json[\"body\"][\"city\"]}}" }, "credentials": { "openWeatherMapApi": "open-weather-map" }, "typeVersion": 1, "id": "node-f5360bb9" }, { "name": "Twilio", "type": "n8n-nodes-base.twilio", "position": [ 1250, 300 ], "parameters": { "to": "={{$node[\"Webhook\"].json[\"body\"][\"number\"]}}", "message": "=The weather in {{$json[\"name\"]}}, {{$json[\"sys\"][\"country\"]}} is {{$json[\"main\"][\"temp\"]}} ℃ with {{$json[\"weather\"][0][\"description\"]}}. Humidity is {{$json[\"main\"][\"humidity\"]}} and windspeed is {{$json[\"wind\"][\"speed\"]}}." }, "credentials": { "twilioApi": "twilio" }, "typeVersion": 1, "id": "node-30c2471d" }, { "id": "error-9cfd1ee5", "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-2a221fec", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.280139", "updatedAt": "2025-09-29T07:07:51.280148", "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." }