{"name": "Volunteer Recruitment Email Generator", "nodes": [{"id": "n1", "name": "Event Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 2.1, "position": [0, 0], "parameters": {"httpMethod": "POST", "path": "recruit-volunteers", "responseMode": "responseNode"}}, {"id": "n2", "name": "Write Volunteer Recruitment Email", "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 {subject:string, email:string (compelling, mission-driven, clear time commitment, easy CTA), social_post:string, follow_up_email:string}. Event: {{ $json.body.event_name }}. Date: {{ $json.body.date }}. Roles needed: {{ JSON.stringify($json.body.roles) }}. Organization: {{ $json.body.org_name }}\"}]"}]}}}, {"id": "n3", "name": "Send Recruitment Email", "type": "n8n-nodes-base.gmail", "typeVersion": 2.2, "position": [448, 0], "parameters": {"resource": "message", "operation": "send", "sendTo": "VOLUNTEER_LIST@nonprofit.org", "subject": "={{ JSON.parse($json.content[0].text).subject }}", "emailType": "html", "message": "={{ JSON.parse($json.content[0].text).email }}", "options": {}}, "credentials": {"gmailOAuth2": {"id": "YOUR_GMAIL_CREDENTIAL_ID", "name": "Gmail account"}}}, {"id": "n4", "name": "Respond", "type": "n8n-nodes-base.respondToWebhook", "typeVersion": 1.1, "position": [672, 0], "parameters": {"respondWith": "json", "responseBody": "={\"ok\":true,\"result\":\"{{ $json.content[0].text }}\"}"}}], "connections": {"Event Webhook": {"main": [[{"node": "Write Volunteer Recruitment Email", "type": "main", "index": 0}]]}, "Write Volunteer Recruitment Email": {"main": [[{"node": "Send Recruitment Email", "type": "main", "index": 0}]]}, "Send Recruitment Email": {"main": [[{"node": "Respond", "type": "main", "index": 0}]]}}, "settings": {"executionOrder": "v1"}}