CRM and Sales tools

Zoho CRM

23min

With Zoho CRM modules in Make, you can list modules and fields, manage users, objects, related records, tags, and attachments, upsert leads, and upload photos in your Zoho CRM account.

To use the Zoho CRM modules, you must have a Zoho CRM account. You can create an account at zoho.com.

Refer to the Zoho CRM API documentation for a list of available endpoints.

Connect Zoho CRM to Make

If you have more then one connection created to your Zoho CRM account, the Zoho CRM modules will not work.

To establish the connection:

  1. Log in to your Make account, add a Zoho CRM module to your , and click Create a connection.
  2. Optional: In the Connection name field, enter a name for the connection.
  3. In the Domain field, select the applicable domain for your account.
  4. Optional: Click Show Advanced Settings and enter your custom app client credentials or manually add scopes. You must have a Zoho developer account to create custom apps. For more information, refer to the Zoho CRM Register your Application guide.
    If requested, use the following Redirect URI when creating your custom app: https://www.integromat.com/oauth/cb/zohocrm2.
  5. Click Save.
  6. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your and add more Zoho CRM modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build Zoho CRM 

List Modules

Lists all available modules.

Fields

List Fields

Lists all available fields for module.

Users

Add Users

Adds a new user.

For field descriptions, see the Zoho CRM User API reference.

Search Users

Searches for users or lists them all.

For field descriptions, see the Zoho CRM User API reference

Delete a User

Deletes an existing user.

For field descriptions, see the Zoho CRM User API reference

Objects

Watch Objects

Retrieves information about a newly created or updated object.

If the error Cannot read property '__itemId' is returned, it means that the fields Created time and/or Updated time have been removed before. You must add them again to your modules. Go to Setup - Customization - Modules and Fields - //ModuleType// and Add a field Created_time and Updated_time.

61d6bf1e11be6.png
61d6bf1e11be6.png


By default, the field returns to 50 fields in the response, depending on the number of fields that are in the object. If the object has more than 50 fields, you can select the fields you need in the response. The limit is 47 fields, since the Object IDCreated Time, and Modified Time fields are mandatory for this module to work. This is a limitation of the Zoho CRM API.

Zoho CRM has standard modules such as Leads, Accounts, Contacts, Deals, Forecasts, Activities, etc. Select the type of module you want to watch for changes and the fields.

Create an Object

Creates a new object.

Delete an Object

Deletes an existing object by its ID and object.

Get an Object

Returns info about an object.

Update an Object

Updates an existing object.

Please find the fields' descriptions in the Create Object section above.

List Objects

List all available objects.

Search Objects

Searches for objects.

Leads

Upsert a Lead

Upserts a lead.

For the field descriptions, see the Zoho CRM API reference.

Related Records

Update a Related Record

Updates a related record.

For the field descriptions, see the Zoho CRM API reference.

List Related Record

Lists related records data.

For the field descriptions, see the Zoho CRM API reference.

Delete a Related Record

Deletes a related record.

For the field descriptions, see the Zoho CRM API reference.

Tags

Add a Tag to a Record

Adds an existing or a new tag to a record.

For the field descriptions, see Zoho CRM API Tag reference.

Remove a Tag from a Record

Removes a tag from an existing record.

For the field descriptions, see Zoho CRM API Tag reference.

Create a Tag

Create a new tag.

For the field descriptions, see Zoho CRM API Tag reference.

Update a Tag

Updates an existing tag.

For the field descriptions, see Zoho CRM API Tag reference.

Search Tags

Searches for tags or lists them all.

For the field descriptions, see Zoho CRM API Tag reference.

Delete a Tag

Deletes an existing tag.

For the field descriptions, see Zoho CRM API Tag reference.

Attachments

Upload an Attachment

Uploads an attachment to a record.

Download an Attachment

Downloads an attachment of an object.

For the field descriptions, see the Zoho CRM API reference.

Photos

Upload a Photo

Uploads a new photo.

Other

Make an API Call

  1. Insert the Zoho CRM > Make an API call module in your .
  2. Find the API endpoint you would like to call in the Zoho CRM API documentation, section "REST API" in the left side menu - e.g. Get users.
  3. Check out the endpoint's required scopes in the Scope section:

    zoho-crm-5.png
    

    If the endpoint requires different scope(s) from these two:

    ZohoCRM.settings.

    ALLZohoCRM.modules.ALL

    then create a new connection and add all the required scope(s) in the Scope field:

    zoho-crm-6.png
    
  4. Configure the module's configuration to call the Get Users endpoint:

    Document image
    
  5. Execute the .
  6. Click the bubble above the module to verify the module's output:

    zoho-crm-8.png