{"name": "Tenant Application Screener", "nodes": [{"id": "n1", "name": "Application Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 2.1, "position": [0, 0], "parameters": {"httpMethod": "POST", "path": "screen-tenant", "responseMode": "responseNode"}}, {"id": "n2", "name": "Screen Tenant", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.4, "position": [224, 0], "parameters": {"method": "POST", "url": "https://api.anthropic.com/v1/messages", "sendHeaders": true, "headerParameters": {"parameters": [{"name": "x-api-key", "value": "YOUR_ANTHROPIC_API_KEY"}, {"name": "anthropic-version", "value": "2023-06-01"}, {"name": "content-type", "value": "application/json"}]}, "sendBody": true, "bodyParameters": {"parameters": [{"name": "model", "value": "claude-sonnet-4-6"}, {"name": "max_tokens", "value": "1000"}, {"name": "messages", "value": "=[{\"role\":\"user\",\"content\":\"Return ONLY JSON {score:1-10, approved:'yes/maybe/no', income_check:string, credit_assessment:string, red_flags:string[], positive_indicators:string[], decision_rationale:string, follow_up_questions:string[]}. Application: {{ JSON.stringify($json.body) }}. Property requirements: {{ JSON.stringify($json.body.requirements) }}\"}]"}]}}}, {"id": "n3", "name": "Return Decision", "type": "n8n-nodes-base.respondToWebhook", "typeVersion": 1.1, "position": [448, 0], "parameters": {"respondWith": "json", "responseBody": "={\"ok\":true,\"result\":\"{{ $json.content[0].text }}\"}"}}], "connections": {"Application Webhook": {"main": [[{"node": "Screen Tenant", "type": "main", "index": 0}]]}, "Screen Tenant": {"main": [[{"node": "Return Decision", "type": "main", "index": 0}]]}}, "settings": {"executionOrder": "v1"}}