Skip to main content
Zoho CRM is a customer relationship management platform that uses cloud-based technology to help businesses streamline their sales, marketing, and customer support processes. This enables them to effectively manage customer interactions, track sales pipelines, and drive business growth.

MoEngage × Zoho CRM

The integration of MoEngage and Zoho CRM helps businesses enhance their marketing and sales initiatives through data synchronization. With this integration, you can:
  • Synchronize leads, deals, and more from Zoho CRM to MoEngage.
  • Import sales activities like calls and meetings as behavioral events.
  • Capture custom modules for comprehensive customer profiling.

Use Cases

Integrating Zoho CRM with MoEngage helps you solve the following use cases:
  • Nurture qualified leads: Send personalized MoEngage campaigns based on lead scoring and stage progression in Zoho CRM.
  • Re-engage lost opportunities: Send targeted win-back campaigns when deals are marked as Lost or Closed Lost to re-engage prospects.

Sync Modules

The following table outlines the default sync type for each module:
Account Information: The Accounts module is also supported. To ensure your data is always current, associated account information is synced with your Contacts and Deals records, respectively.

Integration

Prerequisites: Ensure you have a Zoho CRM account with the necessary permissions to configure workflows and webhooks.

Step 1: Get Your MoEngage Endpoint

To get a dedicated endpoint for your integration, please contact the MoEngage Support team. In your request, you must specify the common identifier used to link user profiles between MoEngage and the partner platform.

Step 2: Create a Workflow Rule in Zoho CRM

To set up a workflow rule, perform the following steps:
  1. On the Zoho CRM dashboard, navigate to Settings > Automation > Workflow Rules.
  2. On the Workflow Rules page, click Create Rule. Image of Create New Rule dialog box
    The Create New Rule dialog box appears. Now, select the module you want to sync. Note: Zoho workflows are module-specific; you must create a separate workflow for each module.
  3. In the Module list, select the desired module, such as Contacts, Leads, Deals, Calls, Meetings, and so on.
  4. In the Rule Name box, type a name for the rule.
  5. In the Description box (Optional), type a description of the rule’s purpose.
  6. Click Next. Image of Next button Now, configure the trigger.
  7. In the WHEN block, click the drop-down list next to Execute this workflow rule based on and select Record action. This selection populates a dependent drop-down list.
  8. In the dependent drop-down list, select an action type, such as Create or Edit.
  9. Select the Repeat this workflow whenever a contact is edited check box (optional) if you want the workflow to repeat every time a record is edited.
  10. Click Next. Image of Next button
    In the CONDITION block, you can define the workflow rule to execute for all records or add specific filter conditions if needed. Image of CONDITION block

Step 3: Configure a Webhook Action

To configure a Webhook action, perform the following steps:
  1. In the Instant Actions list, select Webhook.
    The Webhook dialog box appears.
  2. Click Configure Webhook.
Image of Configure Webhook button
  1. In the Webhooks page, provide the following details:
Image of Webhooks page

Step 4: Configure the Webhook Request Body

In the Request Body section, you can select one of the following options:

Boilerplate Templates

Data Mapping Guidelines

  • Unique Identifier (Customer ID): Use a consistent, immutable unique identifier (like an external_id, email address, or phone number) from your Zoho CRM data. Map this value to the customer_id field in your MoEngage payload. This is critical for data merging and preventing duplicate user profiles.
  • Required Fields: All payloads must include the customer_id, modified_time, and type fields. These are essential for proper data processing, lookups, and segmentation.
  • Type: Specify the record type as “Contacts,” “Leads,” or “Deals” for accurate segmentation and targeting in MoEngage.
  • Date and Time Formatting: Ensure all date and time fields, especially modified_time, are formatted as dd-mm-yyyy HH:MM:SS. This setting is configured in the Zoho webhook.
  • Event Name: Include the event_name in every event to identify and categorize actions in MoEngage. This ensures all events are tracked accurately for analysis and segmentation.
Data mappings for Zoho CRM modules in the webhook request body

Mapping References

The following are the JSON mappings for modules like Contact, Lead, and Deal. You can use these examples or customize them by adding key-value pairs within the user_attributes or event_attributes objects.

Field References

The following tables show which fields are supported for each module and their corresponding Zoho CRM merge fields.

Meetings

Calls

Tasks

Rate Limits

To maintain platform stability, MoEngage limits ingestion of Zoho CRM data to a maximum of 500 requests per second (RPS) per workspace. If your workspace exceeds this limit, MoEngage returns an HTTP 429 (Too Many Requests) status code. Refer to Zoho CRM’s default retry policy to understand how rate limiting affects your data flow. Retry Exhaustion: If Zoho CRM exhausts all retry attempts for a batch of data, you must contact the Zoho CRM Support Team to replay the failed requests.