workflows.fit
Back to n8n workflows
n8n templateFreeBy Beex

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 Z...

Core NodesDevelopmentWebhookSetSwitchFilter
Loading interactive preview...

Template notes

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: portfolioid and sequenceid 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

2. Configure Zoho Workflow Rules: Set up your Zoho automation to send events to the n8n Webhook URL. - Go to Configuration → Automation → Workflow Rules ![zoho1.png](fileId:5425) - Create a new rule ![zoho2.png](fileId:5423) - Schedule an action for Contact Created ![zoho3.png](fileId:5427) - Select as Instant Action → Webhook - Paste the n8n Webhook URL as the notification endpoint ![zoho4.png](fileId:5422) - In the webhook response, select the fields to send. This template uses: - id - name - lastName - phone - email ![zoho5.png](fileId:5421)