Block 1 - On Listen Event
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
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...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.filter, n8n-nodes-beex.beex, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Beex.
Original n8n.io sourceAutomatically 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.
n8n-nodes-beex
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:
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.
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.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 | Sync Zoho CRM contacts with Beex Contact Center in real time |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | CRM |
| Author | Beex |
| Published | 08 Apr 2026 |
Use the JSON export at /data/workflows/14935/14935.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 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...
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.