Skip to main content

Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini

Workflow preview

Workflow preview
100%
Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow starts whenever you add a new company name to a Google Sheet. It checks if the company name is filled in, then uses AI to find more details about the company like industr...

Best for

  • Lead Generation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, n8n-nodes-base.hubspot, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini
Workflow name
Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini

How it works

This workflow starts whenever you add a new company name to a Google Sheet. It checks if the company name is filled in, then uses AI to find more details about the company like industry, size, location, and website. Next, it looks for the company in your HubSpot CRM. If the company is not there, it adds it automatically. Finally, it updates the Google Sheet with all the new company information so you have everything organized in one place.

Step-by-step

1. Start with Google Sheets

  • The workflow watches your Google Sheet for new company names.

  • It ignores any empty or incomplete entries.

2. Get Company Details

  • Uses AI (OpenAI GPT-4o-mini) to find more information about the company.

  • Formats the AI results so they can be used easily.

3. Check and Update HubSpot

  • Searches your HubSpot CRM to see if the company already exists.

  • If the company is new, it creates a record in HubSpot with the AI details.

4. Save Everything in Google Sheets

  • Prepares the enriched data for saving.

  • Adds or updates the company information in the Google Sheet for easy tracking.

Why use this?

  • Automatically adds useful company info without manual work.

  • Keeps your CRM clean by avoiding duplicates.

  • Stores all updated company details in one place for easy access.

  • Runs smoothly in the background without you needing to do anything after setup.

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 - 📥 Sheet Trigger - New Company

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

Block 2 - đź§ą Filter: Non-Empty Company Name'

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

Block 3 - 🤖 OpenAI Enrichment (GPT-4o-mini)

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

Block 4 - đź§ľ Parse Enriched Data

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

Block 5 - 🔍 HubSpot: Find Company by Domain

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

Block 6 - ⚖️ Check: Company Exists in HubSpot?

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

Block 7 - 🏢 Create Company in HubSpot

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

Block 8 - đź§° Prepare Sheet Data

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

Block 9 - 📊 Update Google Sheet

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

3. Summary Table

Workflow Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini
Complexity intermediate
Nodes 13
Categories Lead Generation, Multimodal AI
Author Avkash Kakdiya
Published 13 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7314/7314.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 Auto-enrich & sync companies from Google Sheets to HubSpot using GPT-4o-mini do?

How it works This workflow starts whenever you add a new company name to a Google Sheet. It checks if the company name is filled in, then uses AI to find more details about the company like industr...

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, Multimodal AI use case.