Automate Hot Lead Scoring with n8n, Hunter & MadKudu

Struggling to quickly identify quality leads from your contact forms? This n8n automation validates emails via Hunter, scores leads with MadKudu, and notifies you via Gmail about only high-value prospects, saving you hours sifting through unqualified contacts.
formTrigger
hunter
gmail
+4
Workflow Identifier: 1495
NODES in Use: formTrigger, if, stickyNote, noOp, httpRequest, hunter, gmail

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow takes business email addresses from online form submissions and automatically checks if they are real. It then scores the leads to find who might be the best customers. If a lead scores over 60 on customer fit, the workflow sends an alert email. This stops wasting time on fake or weak leads and helps focus on strong prospects fast.


Who should use this workflow

Users with many contact form submissions who want to save time on sorting contacts.

Sales managers and teams needing quick lead qualification and notification.

Anyone wanting to avoid contacting invalid emails or low potential prospects.


Tools and services used

  • n8n Form Trigger: Captures email from form submissions.
  • Hunter Email Verifier API: Checks if email addresses are valid.
  • NoOp node: Stops processing of invalid or low-score leads.
  • MadKudu API (HTTP Request node): Scores leads by customer fit based on email.
  • Gmail node: Sends notification email about hot leads.

How this workflow works

Inputs

The workflow starts when someone submits a business email in the web form.

Processing steps

First, email verification checks the email valid or not using Hunter.

If invalid, the workflow skips the lead using the NoOp node.

If valid, the workflow requests MadKudu to score the lead.

MadKudu returns a customer fit score.

Then, an If node checks if score is over 60.

If low, the NoOp node stops processing.

If high, Gmail node sends an alert email about the lead.

Outputs

The output is a notification email sent to the sales team about hot leads only.


Beginner step-by-step: How to use this workflow in n8n

Step 1: Import the workflow

  1. Download the workflow file by clicking the Download button on this page.
  2. In n8n editor, click the menu and select “Import from File.” Choose the downloaded workflow file.

Step 2: Configure credentials and settings

  1. Open each node needing credentials and add your API Keys for Hunter and MadKudu.
  2. In the Gmail node, connect your Gmail account with OAuth2 credentials.
  3. Update any email addresses in the Gmail node for who should receive notifications.
  4. If needed, change form field names to match your form data.

Step 3: Test and activate

  1. Submit a test contact form entry with a valid email to check workflow runs properly.
  2. Look for the notification email if the lead score is above 60.
  3. When testing is done, activate the workflow to run automatically in production.

If hosting on your own server, visit self-host n8n for more options.


Handling errors and edge cases

  • If Hunter API fails or returns no status, check API keys and ensure email data is mapped correctly.
  • If no emails arrive from Gmail, reauthenticate Gmail OAuth2 and verify recipient address.
  • When MadKudu API returns 401 Unauthorized, update API credentials and check authentication settings.
  • NoOp nodes safely stop workflow for invalid emails or low lead scores, preventing errors.

Customization ideas

  • Replace the Form Trigger node with other form services like Typeform or Google Forms.
  • Change lead scoring threshold by editing the If node comparing score > 60.
  • Send notification emails to different salespeople based on lead data by dynamically setting recipient in Gmail node.
  • Add a Slack node after scoring to post hot lead alerts in a sales channel.

Summary of the workflow result

✓ Automates lead validation and scoring quickly.

✓ Notifies sales only about high-potential leads.

→ Saves hours of manual work daily.

→ Focuses outreach on better leads to help close more sales.


Frequently Asked Questions

The workflow stops processing that lead using the NoOp node. Check the Hunter API key and email field mapping to fix issues.
The workflow sends a request with the lead’s email to MadKudu API, which returns a customer fit score used to filter hot leads.
Yes, the Gmail node can use dynamic data to send alerts to different salespeople based on lead information.
Add API credentials for Hunter and MadKudu, connect the Gmail account with OAuth2, update any email addresses, test with sample data, then activate the workflow.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free