Skip to main content

Automate lead intake & deduplication with Google Forms, Sheets and GoHighLevel CRM

Workflow preview

Workflow preview
100%
Automate lead intake & deduplication with Google Forms, Sheets and GoHighLevel CRM preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Description: Eliminate duplicate entries and streamline your lead management process with this n8n workflow template! Automatically capture new form submissions, check against existing records, upd...

Best for

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

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.filter, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate lead intake & deduplication with Google Forms, Sheets and GoHighLevel CRM
Workflow name
Automate lead intake & deduplication with Google Forms, Sheets and GoHighLevel CRM

Description:

Eliminate duplicate entries and streamline your lead management process with this n8n workflow template! Automatically capture new form submissions, check against existing records, update duplicates, and sync leads seamlessly into GoHighLevel (GHL) CRM and your Google Sheets database.

This automation monitors Google Form submissions in real time, verifies if a lead already exists, and routes them accordingly:

✅ New leads are created in GoHighLevel and logged in your master database. ♻️ Duplicates are updated with the latest details and tracked in a dedicated duplicate log.

Perfect for sales, marketing, and operations teams that need clean, accurate, and up-to-date lead records without manual effort.

What This Template Does

📥 Captures new lead form submissions from Google Sheets 🔎 Checks existing records to detect duplicate entries 🆕 Creates new contacts in GoHighLevel CRM for unique leads ♻️ Updates existing GHL contacts with fresh submission details 📂 Logs new leads in a master database spreadsheet 📑 Tracks duplicate leads in a dedicated log for analytics 🌟 Fully automated: ensures a clean, organized, and deduplicated lead pipeline

How It Works

  • Google Sheets Trigger – Monitors your form response sheet for new submissions.
  • Process Contact Data – Evaluates lead details and checks for duplicates.
  • Duplicate Check – Compares against your master database.
  • New Lead Handling – Creates a new contact in GoHighLevel and adds it to the master sheet.
  • Duplicate Handling – Updates the existing contact in GoHighLevel and logs the activity in the duplicate log sheet.

Setup Instructions-

  • Google Sheets Setup
    • Prepare three sheets:
      • Form Responses Sheet → where new leads from your form are captured
      • Master Lead Database → stores all unique leads
      • Duplicate Log Sheet → tracks duplicate entries for reporting
  • Required columns:
    • Name
    • Email Address
    • Phone Number
    • Company (optional)
    • Submission Time (timestamp)
  • GoHighLevel Setup
    • Log into your GoHighLevel account.
    • Generate an API key under settings.
    • Store the key securely in n8n credentials.
  • n8n Setup
    • Import the workflow into your n8n instance.
    • Update all node credentials (Google Sheets + GoHighLevel).
    • Rename the Code node to Process Contact Data.
    • Test the workflow with a sample form submission.

Customization

🕒 Business Logic: Adjust duplicate detection rules (e.g., match on email only, or email + phone). 📑 Data Fields: Add more fields (e.g., industry, source, notes) and map them to GHL + Sheets. 📊 Reporting: Use the Duplicate Log Sheet for analytics, dashboards, or reporting pipelines. 🔔 Notifications: Add a Telegram or Slack node to notify your team when duplicates occur.

Security Best Practices ❌ Do not hardcode your GoHighLevel API key. Use n8n credentials. ✅ Remove private sheet IDs and tokens before sharing workflows. ✅ Restrict credential access to authorized team members only.

Requirements

  • Google Sheets (form responses, master database, duplicate log)
  • GoHighLevel (GHL) account with API access
  • n8n instance (self-hosted or cloud)

This workflow is perfect for: 🏢 Sales Teams managing growing lead databases 📈 Marketing Teams syncing form submissions with CRM ⚙️ Operations Teams preventing duplicate records 🚀 Businesses wanting a reliable, automated lead pipeline

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 - Google Sheets Trigger1

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

Block 2 - Lookup Lead1

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

Block 3 - Update Contact (GHL)1

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

Block 4 - Log New Lead1

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

Block 5 - Log Duplicate Lead1

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

Block 6 - Create Contact (GHL)1

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

Block 7 - Check the duplication

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

Block 8 - Check from the data base?1

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

Block 15 - Sticky Note6

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

Block 16 - Sticky Note7

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

Block 17 - Sticky Note8

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

Block 18 - Field extraction

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

3. Summary Table

Workflow Automate lead intake & deduplication with Google Forms, Sheets and GoHighLevel CRM
Complexity advanced
Nodes 18
Categories Lead Generation
Author Rahul Joshi
Published 08 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8370/8370.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 intake & deduplication with Google Forms, Sheets and GoHighLevel CRM do?

Description: Eliminate duplicate entries and streamline your lead management process with this n8n workflow template! Automatically capture new form submissions, check against existing records, upd...

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.