Skip to main content

Automatically sync Beex leads to HubSpot (Create & Update)

Workflow preview

Workflow preview
100%
Automatically sync Beex leads to HubSpot (Create & Update) preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Summary Automatically sync your Beex leads to HubSpot by handling both creation and update events in real time. How It Works 1. Trigger Activation: The workflow is triggered when a lead is created ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.filter, n8n-nodes-beex.beextrigger, n8n-nodes-base.code, n8n-nodes-base.set

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automatically sync Beex leads to HubSpot (Create & Update)
Workflow name
Automatically sync Beex leads to HubSpot (Create & Update)

Summary

Automatically sync your Beex leads to HubSpot by handling both creation and update events in real time.

How It Works

  1. Trigger Activation: The workflow is triggered when a lead is created or updated in Beex.

  2. Data Transformation: The nested data structure from the Beex Trigger is flattened into a simple JSON format for easier processing.

  3. Email Validation: The workflow verifies that the lead contains a valid email address (non-null), as this field serves as the unique identifier in HubSpot.

  4. Field Mapping: Configure the fields (via drag and drop) that will be used to create or update a contact in HubSpot.

⚠️ Important: Field names must exactly match the contact property names defined in HubSpot.

  1. Event Routing: The workflow routes the action based on the event type received: contact_create or contact_update.

  2. Branch Selection: If the event is contact_create, the workflow follows the upper branch; otherwise, it continues through the lower branch.

  3. API Request Execution: The corresponding HTTP request is executed POST to create a new contact or PUT to update an existing one both using the same JSON body structure.

Setup Instructions

  1. Install Beex Nodes: Before importing the template, install the Beex trigger and node using the following package name:
n8n-nodes-beex
  1. Configure HubSpot Credentials: Set up your HubSpot credentials with:

    • Access Token (typically from a private app)
    • Read/Write permissions for Contacts objects
  2. Configure Beex Credentials: For Beex users with platform access (for trial requests, contact [email protected]):

    • Navigate to Platform SettingsAPI Key & Callback
    • Copy your API key and paste it into the Beex Trigger node in n8n
  3. Set Up Webhook URL: Copy the Webhook URL (Test/Production) from the Beex Trigger Node and paste it into the Callback Integration section in Beex. Save your changes.

Requirements

  • HubSpot: An account with a Private App Token and Read/Write permissions for Contacts objects.
  • Beex: An account with lead generation permissions and a Bearer Token configured in the Trigger Node.
  • Event Configuration: In the Beex platform's API Key & Callback section, enable the following events:
    • "Update general and custom contact data"
    • "Networking"

Customization Options

  • Contact Filtering: Add filters to control which Beex leads should sync to HubSpot.
  • Identifier Configuration: By default, only leads with a valid email address are processed to ensure accurate matching in HubSpot CRM. You can modify this logic to apply additional restrictions.
  • Field Mapping: The "Set Fields Update" node is the primary customization point. Here you can map Beex fields to HubSpot properties for both creation and update operations (see Step 4 in How It Works).
  • Field Compatibility: Ensure that Beex custom fields are compatible with HubSpot's default or custom properties; otherwise, API calls will fail due to schema mismatches.

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 Note1

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

Block 2 - Routing

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 3 - Update Contact

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

Block 4 - ¿Email Null?

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

Block 5 - Sticky Note3

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

Block 6 - Sticky Note4

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

Block 7 - Sticky Note5

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

Block 8 - Create Contact

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

Block 9 - Beex Trigger

Type / Role
n8n-nodes-beex.beexTrigger - beexTrigger
Config choices
Version 1

Block 10 - Format

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

Block 11 - Set Fields

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

3. Summary Table

Workflow Automatically sync Beex leads to HubSpot (Create & Update)
Complexity intermediate
Nodes 11
Categories CRM
Author Beex
Published 21 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11122/11122.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 Automatically sync Beex leads to HubSpot (Create & Update) do?

Summary Automatically sync your Beex leads to HubSpot by handling both creation and update events in real time. How It Works 1. Trigger Activation: The workflow is triggered when a lead is created ...

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.