Skip to main content

Sync Zoho CRM contacts with Beex Contact Center in real time

Workflow preview

Workflow preview
100%
Sync Zoho CRM contacts with Beex Contact Center in real time preview
Open on n8n.io

1. Workflow Overview

Summary Automatically syncs your Zoho contacts with Beex Contact Center by handling creation and update events in real time. How It Works 1. Trigger : The workflow is activated when a contact is cr...

Best for

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

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.filter, n8n-nodes-beex.beex, n8n-nodes-base.stickynote

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
Sync Zoho CRM contacts with Beex Contact Center in real time
Workflow name
Sync Zoho CRM contacts with Beex Contact Center in real time

Summary

Automatically syncs your Zoho contacts with Beex Contact Center by handling creation and update events in real time.

How It Works

  1. Trigger: The workflow is activated when a contact is created or updated in Zoho CRM.
  2. Data Transformation: The incoming Zoho payload is flattened and formatted for easier field handling downstream. Two additional fields are set here: portfolio_id and sequence_id both must be provided by Beex so the client is assigned to the correct portfolio and initial contact sequence (calls, messages, etc.).
  3. Event Routing: The workflow routes the action based on the event type received via the header sent by Zoho.
  4. Create Branch: Only contacts with a valid (non-null) phone number are accepted and created in Beex.
  5. Update Branch: To update a contact, the Get Client node fetches the existing Beex record using the client code which by convention is the Zoho Contact ID ensuring a reliable match between both platforms.

> ⚠️ Important: Each Beex campaign can enable custom fields that can be conveniently mapped to Zoho fields. In this template, the main fields used are first name and last name.

Setup Instructions

  1. Install Beex nodes: Before importing the template, install the Beex trigger and action node using the following package name:
n8n-nodes-beex
  1. Configure Zoho Workflow Rules: Set up your Zoho automation to send events to the n8n Webhook URL.
  • Go to ConfigurationAutomationWorkflow Rules

  • Create a new rule

  • Schedule an action for Contact Created

  • Select as Instant Action → Webhook

  • Paste the n8n Webhook URL as the notification endpoint

  • In the webhook response, select the fields to send. This template uses:

  • id

  • name

  • lastName

  • phone

  • email

  • Add a custom header parameter to differentiate the event type. For contact creation, set event to insert

  • Repeat the same steps for Contact Updated, setting event to update in other Workflow Rules.

  1. Configure Beex credentials: For Beex users with platform access (for trial requests, contact [email protected]):
  • Go to Platform SettingsAPI Key & Callback
  • Copy your API key and paste it into the corresponding Beex nodes

Requirements

  • Zoho: A Zoho account on the Standard plan or higher this plan includes access to workflow rules and automation.
  • Beex: An account with lead management permissions and a valid API token.

Customization Options

  • Contact filtering: Add filters to control which Zoho contacts are created or updated in Beex.
  • Identifier configuration: By default, only Zoho contacts with a valid phone number can be successfully created in Beex.
  • Set Fields node: This node extracts all data from Zoho and sets two additional fields portfolio_id and sequence_id which must be supplied by Beex to assign the client to a specific portfolio and trigger an initial contact sequence.

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 - On Listen Event

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

Block 2 - Set Fields

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

Block 3 - Routing

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

Block 4 - Filter Phone

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

Block 5 - Create Contact

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

Block 6 - Get Client

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

Block 7 - Update Client

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note3

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

Block 10 - Sticky Note4

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

Block 11 - Sticky Note5

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

3. Summary Table

Workflow Sync Zoho CRM contacts with Beex Contact Center in real time
Complexity intermediate
Nodes 11
Categories CRM
Author Beex
Published 08 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14935/14935.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 Sync Zoho CRM contacts with Beex Contact Center in real time do?

Summary Automatically syncs your Zoho contacts with Beex Contact Center by handling creation and update events in real time. How It Works 1. Trigger : The workflow is activated when a contact is cr...

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.