{
  "name": "Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp",
  "nodes": [
    {
      "id": "2c79aa92-b720-46fb-abac-093f2a7974dc",
      "name": "WordPress Form Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1408,
        208
      ]
    },
    {
      "id": "dfbdbf23-7568-4ae3-8bfc-01d9c2ed50f2",
      "name": "Initial Delay",
      "type": "n8n-nodes-base.wait",
      "position": [
        -1168,
        208
      ]
    },
    {
      "id": "18a143b3-3505-439c-92f9-e0c59134b4c1",
      "name": "AI Lead Qualification",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        -1008,
        208
      ]
    },
    {
      "id": "bc86775e-b69e-40f1-b2fd-18f6b5e12d00",
      "name": "Lead Decision",
      "type": "n8n-nodes-base.if",
      "position": [
        -720,
        208
      ]
    },
    {
      "id": "04f43a7b-f901-4802-b37c-9d182f6d21a3",
      "name": "Qualified Lead Delay",
      "type": "n8n-nodes-base.wait",
      "position": [
        -512,
        96
      ]
    },
    {
      "id": "89703af2-94c6-4d42-9718-82bff7137c5b",
      "name": "VAPI AI Call - Qualified",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -288,
        96
      ]
    },
    {
      "id": "f78f3612-1a27-4d9b-b511-0bbe219adaf7",
      "name": "Post-Call Delay",
      "type": "n8n-nodes-base.wait",
      "position": [
        -64,
        96
      ]
    },
    {
      "id": "9e58a05c-2b29-4e6d-b541-a5811200fdff",
      "name": "Schedule Meeting",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        160,
        96
      ]
    },
    {
      "id": "86fcc9c5-ef3a-4f81-95ac-3b64670925ff",
      "name": "Create Zoom Meeting",
      "type": "n8n-nodes-base.zoom",
      "position": [
        384,
        -16
      ]
    },
    {
      "id": "a9c8ba7e-924c-440f-a0c4-e072c1735b09",
      "name": "Qualified Lead Campaign",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        608,
        -16
      ]
    },
    {
      "id": "3bd32626-5402-4860-9dba-663c8b60c35a",
      "name": "Meeting Confirmation Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        816,
        96
      ]
    },
    {
      "id": "0b5b5445-391a-46ff-8f97-68066228d825",
      "name": "Update CRM - Qualified",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1040,
        192
      ]
    },
    {
      "id": "68ed4aac-6d87-4cb1-9224-a9f4b45196f3",
      "name": "VAPI AI Call - Not Qualified",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -288,
        336
      ]
    },
    {
      "id": "bb6d047d-132b-4fcb-ae5a-9d6fec22bdb3",
      "name": "Follow-up Campaign",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        -48,
        448
      ]
    },
    {
      "id": "28dd177d-d322-448e-bb4b-5952ac2882b9",
      "name": "Follow-up Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        144,
        448
      ]
    },
    {
      "id": "a5e20900-6d6b-4f97-af7d-b5946cc7a1c9",
      "name": "Update CRM - Not Qualified",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        384,
        448
      ]
    },
    {
      "id": "2207162d-03b8-4b62-8a07-3dcb2e16265a",
      "name": "Schedule Follow-up Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        608,
        528
      ]
    },
    {
      "id": "0898358a-02b7-4fd1-98fd-809946bd6670",
      "name": "Get Qualified Call Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -64,
        -48
      ]
    },
    {
      "id": "bccd8b9d-9b42-40ab-a46f-5a22eaf1cb86",
      "name": "Get Follow-up Call Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -64,
        272
      ]
    },
    {
      "id": "c39d5f9f-9d37-4d28-9c4e-9b17fecd7664",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1424,
        400
      ]
    },
    {
      "id": "f2e0b3a1-7c4a-4a9e-9c7a-1b8b6b7a4d11",
      "name": "Flow Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1728,
        -384
      ],
      "parameters": {
        "width": null,
        "height": 1760,
        "content": "Flow Doc: Lead Qualification & Follow-up (Gemini)\n\nOverview:\n- Trigger via Webhook path \"wordpress-form\" or built-in Form Trigger\n- AI (Gemini models/gemini-2.5-flash) classifies lead: QUALIFIED or NO"
      }
    }
  ],
  "connections": {
    "Initial Delay": {
      "main": [
        [
          {
            "node": "AI Lead Qualification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Lead Decision": {
      "main": [
        [
          {
            "node": "Qualified Lead Delay",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "VAPI AI Call - Not Qualified",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Follow-up Email": {
      "main": [
        [
          {
            "node": "Update CRM - Not Qualified",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post-Call Delay": {
      "main": [
        [
          {
            "node": "Schedule Meeting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Meeting": {
      "main": [
        [
          {
            "node": "Create Zoom Meeting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Follow-up Campaign": {
      "main": [
        [
          {
            "node": "Follow-up Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Initial Delay",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Zoom Meeting": {
      "main": [
        [
          {
            "node": "Qualified Lead Campaign",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Qualified Lead Delay": {
      "main": [
        [
          {
            "node": "VAPI AI Call - Qualified",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Lead Qualification": {
      "main": [
        [
          {
            "node": "Lead Decision",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WordPress Form Trigger": {
      "main": [
        [
          {
            "node": "Initial Delay",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Qualified Lead Campaign": {
      "main": [
        [
          {
            "node": "Meeting Confirmation Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "VAPI AI Call - Qualified": {
      "main": [
        [
          {
            "node": "Get Qualified Call Results",
            "type": "main",
            "index": 0
          },
          {
            "node": "Post-Call Delay",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Meeting Confirmation Email": {
      "main": [
        [
          {
            "node": "Update CRM - Qualified",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update CRM - Not Qualified": {
      "main": [
        [
          {
            "node": "Schedule Follow-up Calendar",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "VAPI AI Call - Not Qualified": {
      "main": [
        [
          {
            "node": "Get Follow-up Call Results",
            "type": "main",
            "index": 0
          },
          {
            "node": "Follow-up Campaign",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}