Skip to main content

Enrich HubSpot companies with multi-source B2B data from Coresignal

Workflow preview

Workflow preview
100%
Enrich HubSpot companies with multi-source B2B data from Coresignal preview
Open on n8n.io

1. Workflow Overview

Every time a new company is added to your HubSpot CRM, this workflow automatically enriches it with multi source company data from Coresignal no manual research required. It detects the creation ev...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.hubspottrigger, n8n-nodes-coresignal-api.coresignal, n8n-nodes-base.hubspot, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enrich HubSpot companies with multi-source B2B data from Coresignal
Workflow name
Enrich HubSpot companies with multi-source B2B data from Coresignal

Every time a new company is added to your HubSpot CRM, this workflow automatically enriches it with multi-source company data from Coresignal - no manual research required. It detects the creation event, fetches the company domain, queries Coresignal's database, and writes structured data (headcount, URL, city, and description) back into the HubSpot record within seconds. Ideal for sales and VC teams who need clean, complete company data the moment a record is created.

How it works

  • Receives a payload containing the HubSpot company ID from the Company Created trigger.
  • Waits a short buffer to ensure the company instance is fully created and accessible in HubSpot.
  • Fetches the company record from HubSpot to retrieve the company ID and domain.
  • Uses the company domain to enrich the record with multi-source company data via the Coresignal Enrich node.
  • Uses the company ID from the Get company node to locate the correct HubSpot record and update it with Coresignal's data by mapping the required fields.

Tools used

Tool / Node What it does in the workflow Free / credentials needed?
HubSpot Trigger Node Triggers the workflow and provides the company ID HubSpot account is free, however, prior setup within HubSpot is required
Wait Node Provides a buffer since sometimes the trigger arrives quicker than the company can be accessed on HubSpot Free n8n node
HubSpot Get Company Node Gets created company info, such as company domain that will be used in Enrich node HubSpot account is free, however, prior setup within HubSpot is required
Coresignal Enrich Company by Website URL Gets company data by using company domain as identifier Requires API key to be provided
HubSpot Update Company Node Identifies a company to be updated with ID from Get Company node. Updates company data with data from Enrich Company by Website URL node. Requires mapping. HubSpot account is free, however, prior setup within HubSpot is required

How to set up

  1. First of all, a set up of HubSpot app is required. Here’s an n8n guide on how to set it up. https://docs.n8n.io/integrations/builtin/credentials/hubspot/
  2. Then, create a webhook within the app on HubSpot.
  3. Once the webhook is created, test the workflow and the trigger within n8n must should return the payload after the company has been created on HubSpot (you can also click test).
  4. Open the get company node and choose the company ID to be the identifier. Connect the id value from previous node to the ID field in Get company node.
  5. In Coresignal node: Find the company domain in the payload from the get a company node and connect it to website URL field in Coresignal node.
  6. In HubSpot update company node, connect the company ID from the Get a company node to the company id field and then map the fields to be updated with Coresignal’s data.
  7. Publish workflow and try creating a company to see if it works.

Why use this workflow?

Sales and VC teams spend hours researching companies before outreach - headcount, industry, location, professional network presence. This workflow removes that entirely. The moment a company lands in your HubSpot CRM, Coresignal's data is already written into the record, so your team opens a fully populated profile every time.

It's especially valuable for teams with high inbound volume (from form fills, integrations, or imports) where manual enrichment just doesn't scale. With Coresignal covering millions of companies globally, coverage is broad enough to handle most real-world pipelines without gaps

Customization options

  • Add more enrichment fields - Coresignal returns additional data beyond the defaults. Add fields like industry, founded_year, or annual_revenue to the Update company node with minimal effort.
  • Adjust the wait time - The default is 10 seconds. In high-latency HubSpot environments, increase this to 20–30 seconds to avoid the Get company node firing before the record is ready.
  • Add a Slack or email notification - Insert a Slack or Gmail node at the end to alert your team whenever a company is enriched.
  • Filter by company size or type - Add an IF node after Get company to only enrich records that meet certain criteria (e.g. skip companies with no domain).

Need help or want to customize this?

Reach out directly: [email protected] Follow for more on linkedin: https://www.linkedin.com/in/artur-mulagalijev/

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - When Company Created in HubSpot

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

Block 5 - Fetch Details from Coresignal

Type / Role
n8n-nodes-coresignal-api.coresignal - coresignal
Config choices
Version 1

Block 6 - Update Company in HubSpot

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

Block 7 - Retrieve Company from HubSpot

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

Block 8 - Wait 10 Seconds for Action

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

3. Summary Table

Workflow Enrich HubSpot companies with multi-source B2B data from Coresignal
Complexity intermediate
Nodes 8
Categories Lead Generation, AI Summarization
Author Artur Mulagalijev
Published 14 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15041/15041.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 Enrich HubSpot companies with multi-source B2B data from Coresignal do?

Every time a new company is added to your HubSpot CRM, this workflow automatically enriches it with multi source company data from Coresignal no manual research required. It detects the creation ev...

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.