Skip to main content

Enrich HubSpot companies with Bedrijfsdata.nl

Workflow preview

Workflow preview
100%
Enrich HubSpot companies with Bedrijfsdata.nl 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 template enriches HubSpot company records using real time data from the Bedrijfsdata.nl API. It listens for changes to company properties (e.g., ) and upd...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.hubspot, n8n-nodes-base.if, @bedrijfsdatanl/n8n-nodes-bedrijfsdata.bedrijfsdata, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.noop

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enrich HubSpot companies with Bedrijfsdata.nl
Workflow name
Enrich HubSpot companies with Bedrijfsdata.nl

This template enriches HubSpot company records using real-time data from the Bedrijfsdata.nl API. It listens for changes to company properties (e.g., domain) and updates records with verified information such as KvK, LinkedIn, phone, and company size.


✨ Features

  • Automatically enrich HubSpot company profiles with verified Dutch business data
  • Smart fallback: match by Bedrijfsdata ID or dynamic fuzzy matching existing data
  • Customize which HubSpot event triggers the workflow (company.propertyChange, create, etc.)
  • Realtime integration with Bedrijfsdata.nl via their official API node
  • Secure, modular, and extendable structure (error handling included)

🏢 Example Data from Bedrijfsdata.nl

Bedrijfsdata.nl offers over 100 attributes per company. Example fields:

  • name, address, postcode, city, province
  • phone, email, website, linkedin_link
  • industry_section, employees, revenue, sbi, vat
  • bag_bouwjaar, bag_oppervlakte, bag_energielabel
  • SEO data (keywords, backlinks), usage of software, structured descriptions
  • Review ratings, opening hours, geo-location, etc.

Example:
Bedrijfsdata.nl B.V.


⚙ Requirements

  • n8n instance or cloud workspace
  • Install the Bedrijfsdata.nl n8n Verified Community Node
  • HubSpot private app (OAuth2) with a webhook
  • Bedrijfsdata.nl developer account (14-day free trial, 500 credits)

🔧 Setup Instructions

  1. Create HubSpot Private App

    • Enable scopes for companies
    • Add a webhook to listen to e.g. company.propertyChange on domain
    • More info: HubSpot Private Apps
  2. Configure n8n Workflow

    • Import this template
    • Set your Bedrijfsdata.nl API credentials
    • Set up HubSpot OAuth2 credentials
  3. Customize Fields (Optional)

    • Modify the Update a company node to match your internal CRM fields
    • Add logging, Slack notifications, or conditional branches if needed

🔐 Security Notes

  • Workflow checks portalId, objectId, and event type
  • Test-mode detection using a known company ID
  • Errors are routed via dedicated error branches

🧪 Testing

  1. Create or update a company in HubSpot with a known domain
  2. Trigger the webhook from HubSpot
  3. Check n8n’s execution history
  4. Verify enrichment in HubSpot

🖼 Screenshots

Before enrichment

After enrichment


📌 About Bedrijfsdata.nl

Bedrijfsdata.nl operates the most comprehensive company database in the Netherlands. With real-time data on 3.7M+ businesses and AI-ready APIs, we help Dutch SMEs enrich their CRM, workflows, and marketing automation. Built on 25+ years of experience in data collection and enrichment, our technology brings corporate-grade data quality to every organisation.

Website: https://www.bedrijfsdata.nl
Developers: developers.bedrijfsdata.nl


📞 Support

  • Email: [email protected]
  • Phone: +31 20 789 50 50
  • Support hours: Monday–Friday, 09:00–17:00 CET

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 - Hubspot - Company - Enrichment request

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

Block 2 - Get TEST Company Data

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

Block 3 - Is TEST Mode?

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

Block 4 - Validate Incoming Data

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

Block 5 - Enrich company data

Type / Role
@bedrijfsdatanl/n8n-nodes-bedrijfsdata.bedrijfsdata - bedrijfsdata
Config choices
Version 1

Block 6 - Has Known Bedrijfsdata ID

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

Block 7 - Get company

Type / Role
@bedrijfsdatanl/n8n-nodes-bedrijfsdata.bedrijfsdata - bedrijfsdata
Config choices
Version 1

Block 8 - Update a company

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

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 - Get Company Data

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

Block 13 - Sticky Note3

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

Block 14 - Sticky Note4

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

Block 15 - Sticky Note5

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

Block 16 - If the company profile is found..

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

Block 17 - If your data can be matched..

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

Block 18 - Output only the best match

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

Block 19 - Reformat for processing

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

Block 20 - Sticky Note6

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

Block 21 - Error type 1: Invalid request from Hubspot

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

Block 22 - Sticky Note7

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

Block 23 - Error type 3: Bedrijfsdata.nl API (like insufficient credits)

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

Block 24 - Error type 4 - No company found

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

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Enrich HubSpot companies with Bedrijfsdata.nl
Complexity advanced
Nodes 29
Categories CRM
Author Olivier
Published 28 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6578/6578.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 Bedrijfsdata.nl do?

This template enriches HubSpot company records using real time data from the Bedrijfsdata.nl API. It listens for changes to company properties (e.g., ) and 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 CRM use case.