Automatically syncs your Zoho contacts with Beex Contact Center by handling creation and update events in real time.
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.).⚠️ 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.
Install Beex nodes: Before importing the template, install the Beex trigger and action node using the following package name:
n8n-nodes-beex
Configure Zoho Workflow Rules: Set up your Zoho automation to send events to the n8n Webhook URL.
Go to Configuration → Automation → Workflow 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:
idnamelastNamephoneemail
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.
Configure Beex credentials: For Beex users with platform access (for trial requests, contact [email protected]):

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.