Skip to main content
The Zoho connector supports the following Zoho products:
  • Zoho CRM (default)
  • Zoho Desk

Zoho CRM

Supported Actions

This connector supports:

Supported Objects

The Zoho connector allows you to read from and write to these objects:
  • Leads
  • Accounts
  • Contacts
  • Deals
  • Campaigns
  • Tasks
  • Cases
  • Events
  • Calls
  • Solutions
  • Products
  • Vendors
  • Price
  • Books
  • Quotes
  • Sales Orders
  • Purchase Orders
  • Invoices
  • Appointments
  • Appointments Rescheduled History
  • Services
  • Custom
  • users

Example Integration

For an example manifest file of a Zoho CRM integration, visit our samples repo on GitHub.

Zoho Desk

Supported Actions

This connector supports:

Supported Objects

The Zoho connector allows you to read from and write to these objects:

Example Integration

For an example manifest file of a Zoho Desk integration, visit our samples repo on GitHub.

Before You Get Started

To connect Zoho with Ampersand, you will need an account in an appropriate Zoho product: Once your account is created, you’ll need to configure an app in Zoho and obtain the following credentials from your app:
  • Client ID
  • Client Secret
  • Scopes
You will use these credentials to connect your application to Ampersand.

Create a Zoho Account

Go to the particular Zoho product sign-up page and create an account:

Creating a Zoho App

Follow the steps below to create a Zoho app and add the Ampersand redirect URL:
  1. Log in to the Zoho API Console Account using your Zoho account.
  2. Click Get Started to create your first app. If you have already created an application, click Add Client to create a new app.
  3. Select Server-based Applications.
  4. Enter the following details:
    • Client Name: Name of the client app
    • Homepage URL: The home page URL of your app
    • Authorized Redirect URIs: The Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth
  5. Click Create.
You’ll see the details of your newly created application. Note the Client ID and Client Secret keys as they are necessary for connecting your app to Ampersand. Alt text
  1. Select the checkbox “Use the same OAuth credentials for all data centers” in the settings tab. Also toggle all regions where you expect to have customers. Toggle regions

Add Your Zoho App Info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to create a Zoho integration. Alt text
  3. Select Provider apps.
  4. Select Zoho from the Provider list.
  5. Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
  6. In the Scopes field, enter the list of desired scopes for your integration. We recommend the following scopes. If you want more granular scopes, please refer to the Zoho documentation for syntax.
Zoho CRM:
ZohoCRM.modules.ALL
ZohoCRM.settings.ALL
Zoho Desk:
Desk.basic.READ 
Desk.settings.ALL 
  1. Click Save changes.

Customer Guide

The Zoho Customer Guide can be shared with your customers to help them successfully use your integration.

List on Zoho Marketplace

The final step, which is optional, is to list your application on the Zoho Marketplace. Follow the steps below to list your application:
  1. Sign up and create a company profile on the Zoho Marketplace.
  2. Click on the profile icon on the home page and select Partner Console.
  3. Select Company Profile on the left panel.
  4. Provide your company details. Note that these are your own company’s details, not Ampersand’s. Zoho marketplace
  5. After successful registration, go to Apps on the left sidebar and click Submit App.
  6. Complete the process by adding your app’s details and submitting it.