Skip to main content

Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich

Workflow preview

Workflow preview
100%
Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n template automatically enriches HubSpot company records using CompanyEnrich and keeps your CRM data up to date without manual work. This workflow is ideal for RevOps, Sales Ops, and GTM te...

Best for

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

Tools used

n8n-nodes-base.function, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.hubspot, n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.merge

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich
Workflow name
Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich

This n8n template automatically enriches HubSpot company records using CompanyEnrich and keeps your CRM data up to date without manual work.

This workflow is ideal for RevOps, Sales Ops, and GTM teams who want cleaner CRM data for segmentation, scoring, and outbound workflows.

Good to know

  • Company enrichment is performed by domain, so a valid company domain is required.
  • The workflow processes companies in batches to avoid rate limits.
  • Enrichment is only applied when the API request is successful.

How it works

  1. A Schedule Trigger runs the workflow on a recurring basis (weekly by default).
  2. The workflow fetches recently created or updated companies from HubSpot.
  3. The company domain is safely extracted, even if stored in different fields.
  4. Each domain is sent to the CompanyEnrich enrichment API.
  5. The workflow checks whether the enrichment request was successful.
  6. Enriched data is mapped into HubSpot-compatible fields.
  7. The corresponding HubSpot company record is updated.
  8. The workflow continues looping until all companies are processed.

How to use

  • Configure your HubSpot App Token with company read/write access.
  • Add your CompanyEnrich API key as an HTTP credential.
  • Adjust the schedule if you want the workflow to run daily or on-demand.
  • Make sure your HubSpot companies have a domain set.
  • Once active, the workflow will keep your company data enriched automatically.

Requirements

  • HubSpot account with App Token authentication
  • CompanyEnrich account and API key
  • n8n instance with HTTP and HubSpot nodes enabled

Customising this workflow

  • Change the schedule to run more frequently or trigger via webhook.
  • Add filters to enrich only specific company segments or pipelines.
  • Map additional enriched fields to custom HubSpot properties.

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 - Extract Domain

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

Block 2 - CompanyEnrich - Enrich by Domain

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

Block 3 - Check Enrich Success

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

Block 4 - HubSpot - Update Company

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

Block 5 - On Error (Log)

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

Block 6 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 7 - Loop Over Items

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

Block 8 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 9 - Sticky Note

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

Block 10 - Get recently created/updated companies

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

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 Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich
Complexity intermediate
Nodes 13
Categories Lead Generation, AI Summarization
Author CompanyEnrich
Published 18 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11928/11928.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 Automated CRM enrichment: Enrich HubSpot companies with CompanyEnrich do?

This n8n template automatically enriches HubSpot company records using CompanyEnrich and keeps your CRM data up to date without manual work. This workflow is ideal for RevOps, Sales Ops, and GTM te...

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