Block 1 - Sticky Note1
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 ...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Beex.
Original n8n.io sourceAutomatically sync your Beex leads to HubSpot by handling both creation and update events in real time.
Trigger Activation: The workflow is triggered when a lead is created or updated in Beex.
Data Transformation: The nested data structure from the Beex Trigger is flattened into a simple JSON format for easier processing.
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.
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.
Event Routing: The workflow routes the action based on the event type received: contact_create or contact_update.
Branch Selection: If the event is contact_create, the workflow follows the upper branch; otherwise, it continues through the lower branch.
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.
n8n-nodes-beex
Configure HubSpot Credentials: Set up your HubSpot credentials with:
Configure Beex Credentials: For Beex users with platform access (for trial requests, contact [email protected]):
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.
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.
| Workflow | Automatically sync Beex leads to HubSpot (Create & Update) |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | CRM |
| Author | Beex |
| Published | 21 Nov 2025 |
Use the JSON export at /data/workflows/11122/11122.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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 ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.