G
GTM Vault
Browse
  • Dashboard
    • Automations
    • Skills
    • Prompts
    • Makers
  • Sign in
All Automations

Automatically sync Beex leads to HubSpot (Create & Update)

Automatically sync lead creation and update events from Beex to HubSpot contacts in real time.

workflowcrm
Beexby Beexon n8n
Nodes

11

Triggers

1

Platform

n8n

How It Works

This workflow triggers when leads are created or updated in Beex, validates the data, and automatically creates or updates corresponding contacts in HubSpot. It routes actions based on event type and maintains data synchronization between both platforms.

1

Detect Beex lead events

Trigger activates when a lead is created or updated in Beex platform.

2

Transform and validate data

Flatten nested Beex data structure and validate that the lead contains a valid email address.

3

Map fields to HubSpot format

Configure and map Beex lead fields to match HubSpot contact property names exactly.

4

Route based on event type

Determine whether to create a new contact or update existing one based on the event type received.

5
Attached Files
workflow.json

Execute HubSpot API request

Send POST request to create new contact or PUT request to update existing contact in HubSpot.

What You'll Need

Http RequestBeex Trigger
  • Beex account with lead generation permissions
  • Beex API key and platform access
  • HubSpot account with Private App Token
  • HubSpot Read/Write permissions for Contacts objects