Skip to main content

Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp

Workflow preview

Workflow preview
100%
Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Lead Qualification & Follow‑up (Gemini) Automate lead intake, AI qualification, and next‑step outreach. Qualified leads get a scheduled meeting, Zoom details, an email confirmation, CRM update, and...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.googlecalendar, n8n-nodes-base.zoom, n8n-nodes-base.mailchimp

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ajay Yadav.

Original n8n.io source

1.1 Workflow description

Title
Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp
Workflow name
Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp

Lead Qualification & Follow‑up (Gemini)

Automate lead intake, AI qualification, and next‑step outreach. Qualified leads get a scheduled meeting, Zoom details, an email confirmation, CRM update, and Mailchimp enrollment. Not‑qualified leads receive a follow‑up sequence, CRM update, and a 30‑day reminder.

What this workflow does

AI qualifies leads as QUALIFIED or NOT QUALIFIED using Google Gemini. Supports two triggers: Webhook (wordpress-form) or n8n Form Trigger.

QUALIFIED branch:

  • AI phone call via VAPI
  • Schedules Google Calendar event
  • Creates Zoom meeting
  • Sends confirmation email via Gmail
  • Adds to Mailchimp audience
  • Updates contact in HubSpot
  • NOT QUALIFIED branch:
  • AI phone call via VAPI
  • Adds to Mailchimp audience
  • Sends follow‑up email via Gmail
  • Updates contact in HubSpot
  • Creates 30‑day follow‑up calendar event
  • Apps and credentials required
  • Google Gemini (PaLM/Gemini API)
  • Gmail
  • HubSpot
  • Zoom
  • Google Calendar
  • VAPI (for AI phone calls)
  • Mailchimp

Environment variables

MAILCHIMP_LIST_ID_QUALIFIED=your_mailchimp_list_id_for_qualified MAILCHIMP_LIST_ID_FOLLOWUP=your_mailchimp_list_id_for_followup Triggers supported Webhook: path wordpress-form (POST) Form Trigger: built‑in n8n form Use only one in production. Keep the other disabled.

Expected input (fields) name: string email: string message: string If using Webhook, send a JSON body with the fields above.

Setup Connect credentials: Google Gemini (model: models/gemini-2.5-flash) Gmail HubSpot (OAuth) Zoom Google Calendar (select the target calendar) VAPI (HTTP header auth: Bearer token) Set env vars: MAILCHIMP_LIST_ID_QUALIFIED MAILCHIMP_LIST_ID_FOLLOWUP Choose your trigger: Webhook: enable and use the provided URL for wordpress-form Form Trigger: enable and publish the form Review timing: adjust Wait nodes for your timezone and SLA. Personalize messaging: edit Gmail subjects/bodies and Zoom topic. CRM and lists: confirm HubSpot properties and Mailchimp list IDs. How it works (at a glance) Intake → AI classifies (QUALIFIED / NOT QUALIFIED)

QUALIFIED: VAPI call → Schedule Calendar → Create Zoom → Add to Mailchimp (qualified) → Gmail confirmation → HubSpot update NOT QUALIFIED: VAPI call → Add to Mailchimp (follow‑up) → Gmail follow‑up → HubSpot update → 30‑day calendar event Test the workflow (before going live) Submit a test via your chosen trigger with name, email, message. Confirm AI decision at the “Lead Decision” node. If QUALIFIED: VAPI call executed Calendar event created Zoom meeting created (join URL available) Mailchimp enrollment (qualified list) Gmail confirmation sent HubSpot contact created/updated If NOT QUALIFIED: VAPI call executed Mailchimp enrollment (follow‑up list) Gmail follow‑up sent HubSpot updated 30‑day calendar reminder created Open any failing HTTP nodes and review response codes/messages. Go‑live checklist All credentials connected (no warnings) MAILCHIMP_LIST_ID_QUALIFIED and MAILCHIMP_LIST_ID_FOLLOWUP set Timezone and delays validated Email copy approved Only one trigger enabled Final end‑to‑end test passed Toggle workflow Active Customization ideas Add a Slack or Microsoft Teams notification on QUALIFIED Enrich leads (Clearbit, ZoomInfo, etc.) before AI decision Swap Mailchimp for your ESP (Klaviyo, SendGrid Marketing) Add a second‑chance branch for ambiguous AI classifications Localize email copy by country or language Troubleshooting Webhook receives no data: ensure external form POSTs JSON to the n8n URL and network rules allow it.

AI decision empty/garbled: verify Gemini credentials/model ID and input fields. Mailchimp errors: verify List IDs and that email is valid. Gmail send fails: check OAuth scopes and daily limits. Zoom/Calendar issues: re‑connect OAuth; verify calendar access.

HubSpot errors: confirm OAuth scopes and property mappings. Security and scopes Gmail: send email Google Calendar: create events Zoom: create meetings HubSpot: read/write contacts Mailchimp: list membership VAPI: authenticated HTTP requests Gemini: model inference Use least‑privilege for each integration.

Limits and notes Gmail and Mailchimp rate limits may apply during spikes. Zoom and Google Calendar API quotas apply for frequent scheduling. VAPI call timeouts are 30s by default; adjust as needed.

Changelog 2025‑09‑15: Initial public template with dual triggers, Gemini qualification, VAPI calls, scheduling, Mailchimp, Gmail, and HubSpot updates.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - WordPress Form Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Initial Delay

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 3 - AI Lead Qualification

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 4 - Lead Decision

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Qualified Lead Delay

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 6 - VAPI AI Call - Qualified

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Post-Call Delay

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 8 - Schedule Meeting

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 9 - Create Zoom Meeting

Type / Role
n8n-nodes-base.zoom - zoom
Config choices
Version 1

Block 10 - Qualified Lead Campaign

Type / Role
n8n-nodes-base.mailchimp - mailchimp
Config choices
Version 1

Block 11 - Meeting Confirmation Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 12 - Update CRM - Qualified

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.2

Block 13 - VAPI AI Call - Not Qualified

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Follow-up Campaign

Type / Role
n8n-nodes-base.mailchimp - mailchimp
Config choices
Version 1

Block 15 - Follow-up Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 16 - Update CRM - Not Qualified

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.2

Block 17 - Schedule Follow-up Calendar

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 18 - Get Qualified Call Results

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Get Follow-up Call Results

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 21 - Flow Documentation

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp
Complexity advanced
Nodes 21
Categories Lead Nurturing, AI Chatbot
Author Ajay Yadav
Published 15 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8590/8590.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate lead qualification & follow-up with Gemini, HubSpot, Zoom & Mailchimp do?

Lead Qualification & Follow‑up (Gemini) Automate lead intake, AI qualification, and next‑step outreach. Qualified leads get a scheduled meeting, Zoom details, an email confirmation, CRM update, and...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.