{ "name": "AccountCraft WhatsApp Automation - Infridet", "nodes": [ { "id": "1", "name": "Webhook - Lead Capture", "type": "n8n-nodes-base.webhook", "position": [ 250, 300 ], "parameters": { "path": "lead-capture", "responseMode": "onReceived" }, "typeVersion": 1, "notes": "This webhook node performs automated tasks as part of the workflow." }, { "id": "2", "name": "Google Sheets - Backup Log", "type": "n8n-nodes-base.googleSheets", "position": [ 500, 200 ], "parameters": { "range": "Leads!A1", "options": {}, "sheetId": "your_google_sheet_id_here", "valueInputMode": "USER_ENTERED" }, "credentials": { "googleApi": "Google Account" }, "typeVersion": 1, "notes": "This googleSheets node performs automated tasks as part of the workflow." }, { "id": "3", "name": "FluentCRM - Add Contact", "type": "n8n-nodes-base.httpRequest", "position": [ 500, 400 ], "parameters": { "url": "{{ $env.WEBHOOK_URL }}", "method": "POST", "options": {}, "jsonParameters": true, "bodyParametersJson": "{\n \"email\": \"{{$json[\"email\"]}}\",\n \"first_name\": \"{{$json[\"name\"]}}\",\n \"tags\": [\"New Lead\"]\n}" }, "credentials": { "httpBasicAuth": { "user": "your_crm_api_user", "password": "{{ $credentials.password }}" } }, "typeVersion": 1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "4", "name": "Send Warmup Email", "type": "n8n-nodes-base.emailSend", "position": [ 750, 200 ], "parameters": { "text": "Hey {{$json[\"name\"]}},\n\nThanks for joining Account Craft! We’ll help you build your YouTube channel and earn like a pro. Stay tuned. 🔥\n\nCheers,\nGyan", "subject": "Welcome to Account Craft 🚀", "toEmail": "={{$json[\"email\"]}}", "fromEmail": "your@email.com" }, "credentials": { "smtp": "SMTP Account" }, "typeVersion": 1, "notes": "This emailSend node performs automated tasks as part of the workflow." }, { "id": "5", "name": "Send WhatsApp via Whinta", "type": "n8n-nodes-base.httpRequest", "position": [ 1000, 200 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "jsonParameters": true, "bodyParametersJson": "{\n \"phone\": \"{{$json[\"phone\"]}}\",\n \"message\": \"Hey {{$json[\"name\"]}}, Gyan here from Account Craft 👋 Just saw your form – want help starting your YouTube channel?\"\n}" }, "typeVersion": 1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "6", "name": "Update CRM Tag to Customer", "type": "n8n-nodes-base.httpRequest", "position": [ 1250, 200 ], "parameters": { "url": "{{ $env.WEBHOOK_URL }}", "method": "POST", "options": {}, "jsonParameters": true, "bodyParametersJson": "{\n \"email\": \"{{$json[\"email\"]}}\",\n \"tags\": [\"Customer\"]\n}" }, "credentials": { "httpBasicAuth": { "user": "your_crm_api_user", "password": "{{ $credentials.password }}" } }, "typeVersion": 1, "notes": "This httpRequest node performs automated tasks as part of the workflow." } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "1", "connections": { "1": { "main": [ [ { "node": "error-handler-1", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-15ff45fd", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-035e04a2", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-d643fd90", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-d7a96ed9", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-7a4ab1b2", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-a5aa4c53", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-7d8105a6", "type": "main", "index": 0 } ], [ { "node": "error-handler-1-2ce5fa33", "type": "main", "index": 0 } ] ] }, "3": { "main": [ [ { "node": "error-handler-3", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-e4044890", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-83614627", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-c8f404bc", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-06ee37c4", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-1b35312f", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-9e36af03", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-1b99b787", "type": "main", "index": 0 } ], [ { "node": "error-handler-3-cf601891", "type": "main", "index": 0 } ] ] }, "5": { "main": [ [ { "node": "error-handler-5", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-646da54b", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-1f6f1c34", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-dc6ed948", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-6755fe54", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-cdeb159a", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-b31fcc87", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-97fdee8e", "type": "main", "index": 0 } ], [ { "node": "error-handler-5-4435a422", "type": "main", "index": 0 } ] ] }, "6": { "main": [ [ { "node": "error-handler-6", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-d74b0a27", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-445e63e9", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-7983c556", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-73030152", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-fe9d4aa7", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-b892cf97", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-0e4fe14e", "type": "main", "index": 0 } ], [ { "node": "error-handler-6-680ac134", "type": "main", "index": 0 } ] ] }, "2": { "main": [ [ { "node": "error-handler-2-83580ad4", "type": "main", "index": 0 } ] ] }, "4": { "main": [ [ { "node": "error-handler-4-b878691e", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-0a517693", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-3f85138a", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-46f4a37b", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-4ac5cae9", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-3d567f69", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-4f633601", "type": "main", "index": 0 } ], [ { "node": "error-handler-4-72faab0f", "type": "main", "index": 0 } ] ] } }, "description": "Automated workflow: AccountCraft WhatsApp Automation - Infridet. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-20804e7c", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.144762", "updatedAt": "2025-09-29T07:07:46.144773", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: AccountCraft WhatsApp Automation - Infridet. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }