Skip to main content

Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment

Workflow preview

Workflow preview
100%
Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Short Description Automate your lead qualification pipeline — capture Typeform Webhook leads, enrich with APIs, score intelligently, and route to HubSpot, Slack, and Sheets in real time. Descr...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.function, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.hubspot, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.googlesheets

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment
Workflow name
Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment

✔ Short Description

Automate your lead qualification pipeline — capture Typeform Webhook leads, enrich with APIs, score intelligently, and route to HubSpot, Slack, and Sheets in real-time.


🧩 Description

Automate your lead management pipeline from form submission to CRM enrichment and routing.
This workflow intelligently processes Typeform Webhook submissions, enriches leads using Hunter.io and Abstract API, scores them with dynamic logic, and routes them into HubSpot while keeping your sales team and tracking sheets up to date.

It’s a full-stack automation designed to turn raw form submissions into prioritized, qualified CRM-ready leads — without manual intervention.


💡 Who’s it for

  • Marketing teams managing inbound leads from web forms
  • Sales operations teams that qualify and route leads
  • CRM administrators automating lead data entry and scoring
  • Automation professionals building data enrichment systems

⚙️ How it works / What it does

  1. Trigger: Receives new Typeform Webhook submissions via Webhook.
  2. Data Extraction: Parses name, email, and company info.
  3. Email Verification: Validates email deliverability with Hunter.io.
  4. Company Enrichment: Fetches company data (industry, size, country) using Abstract API.
  5. Lead Scoring Logic: Calculates a lead score and assigns a tier (Hot / Warm / Cold).
  6. Conditional Routing:
    • Hot Leads (≥70) → Sent to HubSpot as Qualified.
    • Warm/Cold Leads (<70) → Sent to HubSpot as Nurture stage.
  7. Revalidation Loop:
    • Waits (e.g., 3 days) → Rechecks Nurture leads in HubSpot.
    • Logs them to Google Sheets and alerts your Slack channel.

🧰 How to set up

  1. Connect accounts:

    • Typeform Webhook (for inbound lead capture)
    • Hunter.io (API key for email verification)
    • Abstract API (for company enrichment)
    • HubSpot (via OAuth2 credentials)
    • Slack (for notifications)
    • Google Sheets (for logging)
  2. Customize the Webhook URL inside your Typeform Webhook integration.

  3. Replace API keys with your own (Hunter.io, Abstract).

  4. Adjust scoring logic inside the Lead Scoring & Routing Logic node to fit your business.

  5. Set Wait duration (default: 10 seconds for testing → change to 3 days for production).

  6. Activate the workflow and test it with a sample form submission.


🔧 Requirements

  • Typeform account with webhook capability
  • Hunter.io account + API key
  • Abstract API account + API key
  • HubSpot account with OAuth2 credentials
  • Slack workspace & channel
  • Google Sheets integration

🎨 How to customize the workflow

  • Scoring rules: Modify the “Lead Scoring & Routing Logic” node to adjust how points are calculated (e.g., country, industry, employee size).
  • CRM target: Replace HubSpot nodes with another CRM (e.g., Pipedrive, Salesforce).
  • Notification channel: Swap Slack for Email, Discord, or MS Teams.
  • Data source: Replace Typeform Webhook with another trigger like Webflow Forms, Airtable, or custom API input.
  • Tracking: Add Google Analytics or Notion API for additional reporting.

🧭 Summary

End-to-end lead automation workflow that combines form data, enrichment APIs, CRM updates, and Slack alerts into one intelligent system.
Ideal for any team looking to centralize and qualify leads automatically — from submission to sales.

🧑‍💻 Creator Information

Developed by: Adem Tasin

🌐 Website: ademtasin

💼 LinkedIn: Adem Tasin

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 - Webhook Trigger

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

Block 2 - Extract Lead Data

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

Block 3 - Hunter.io Verification

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

Block 4 - IF High Priority

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

Block 5 - HubSpot Create Contact (Qualified)

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

Block 6 - Abstract Company Enrichment

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

Block 7 - Extract Domain for Abstract

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Lead Scoring & Routing Logic

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

Block 9 - HubSpot Create Contact (Nurture)

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

Block 10 - Slack Notification → 📨 Nurture Alert

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

Block 11 - Google Sheets Logging → 📊 Nurture Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 3

Block 12 - Wait (3 Days) → ⏳ Delay for Nurture Recheck

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

Block 13 - HubSpot API Check → 🔍 HubSpot Revalidation

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

Block 14 - Sticky Note1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note8

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

Block 22 - Sticky Note9

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

Block 23 - Sticky Note10

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

Block 24 - Sticky Note11

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

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment
Complexity advanced
Nodes 27
Categories Lead Generation
Author Adem Tasin
Published 26 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10203/10203.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 Smart Lead Qualification & Routing from Typeform to HubSpot with Data Enrichment do?

Short Description Automate your lead qualification pipeline — capture Typeform Webhook leads, enrich with APIs, score intelligently, and route to HubSpot, Slack, and Sheets in real time. Descr...

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 Generation use case.