---
title: "Zoho CRM as a Destination"
slug: "zoho-crm-destination"
description: "Send data from any source to Zoho CRM V2 with Dataddo and keep your records in sync automatically. No coding required."
updated: 2026-07-26T12:59:56Z
published: 2026-07-26T12:59:56Z
canonical: "docs.dataddo.com/zoho-crm-destination"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataddo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoho CRM as a Destination

Zoho CRM is a cloud-based customer relationship management (CRM) software developed by Zoho. It is designed to help businesses of all sizes manage their customer interactions, sales, marketing, and support processes in a centralized platform, enabling better customer relationship management and data-driven decision-making.

## Authorize Connection to Zoho CRM V2

Authorize the connection so Dataddo can write to Zoho CRM V2:

To authorize this service, use **OAuth 2.0** to share specific data with Dataddo while keeping usernames, passwords, and other information private.

1. On the **Authorizers** page, click on [Authorize New Service](https://app.dataddo.com/service/new) and select your service.
2. Follow the on-screen prompts to grant Dataddo the necessary permissions to **access and retrieve** your data.
3. **[Optional]** Once your ***authorizer*** is created, click on it to **change the label** for easier identification.

Ensure that the account you're granting access to holds at least **admin-level permissions**. If necessary, assign a team member with the required permissions with the [authorizer role](https://docs.dataddo.com/docs/user-roles#authorizer) to authenticate the service for you.

Dataddo validates the connection when you save it.

## Create a Zoho CRM V2 Destination

Go to Destinations, click Create Destination, and select Zoho CRM V2. Give the destination a name, choose the authorizer, then set:

| Field | Description |
| --- | --- |
| Choose an object type | Object to load the data to. Shown when oAuthId is ``. |

Click Save.

Fields that load from your account (such as the target object or module) appear after you choose the authorizer.

## Write Modes

The write mode decides how each flow run changes your Zoho CRM V2 records. Zoho CRM V2 supports the modes below.

| Mode | Meaning |
| --- | --- |
| `insert` | Creates a new record for every row. |

Flow columns are matched to Zoho CRM V2 fields by name. If a column has no matching field, it is ignored.

## How to Create a Flow to Zoho CRM V2

1. Go to Flows and click Create Flow.
2. Add one or more sources.
3. Add Zoho CRM V2 as the destination and pick the authorizer.
4. Select the target object and the write mode.
5. Set the schedule and click Save.

## Troubleshooting

### Cannot connect to Zoho CRM V2

Reauthorize the Zoho CRM V2 connection and make sure the account has permission to write the target object.

### Rows are rejected

Zoho CRM V2 rejected rows that break its field rules (required fields, value formats, or duplicate keys). Fix the source data or the field mapping and restart the flow.

## Related Articles

- [Data Backfilling to Storages](https://docs.dataddo.com/docs/data-backfilling-to-storages)
- [Write Modes](https://docs.dataddo.com/docs/data-storages#write-modes)
- [Implementation of Batch Ingestion to Data Warehouses](https://docs.dataddo.com/docs/ingestion-to-data-warehouses)
- [Network Access Control List (ACL) Configuration](https://docs.dataddo.com/docs/network-acl)
- [SSH Tunnelling](https://docs.dataddo.com/docs/ssh-tunnelling)
- [Data Transformations](https://docs.dataddo.com/docs/data-transformations)
- [Data Quality Firewall](https://docs.dataddo.com/docs/data-quality-firewall)
