What's New in V8?

New APIs

Get Related Records Count of a Record

You can now use the Get Related Records Count API to retrieve the number of related list records associated with a specific record. For example, you can use this API to get the count of notes and attachments linked to a Lead record.

Calls Preferences

Enable the Calls Preferences option to activate the "From" and "To" number fields in the Calls module using the Update Calls Preferences API. You can retrieve preferences using the Retrieve Call Preferences API.

Record-Level Sharing of Emails

From V8, you can share or unshare emails at the record level for specific records or multiple records with other users within your Zoho CRM organization using the API.

Data Sharing Rules

Create and manage data-sharing rules in your organization using the Data Sharing Rules APIs. Use the Create Data Sharing Rules API to define rules and grant access to users for manipulating data across various modules. Retrieve existing rules with the Get Data Sharing Rules API, update them using the Update Data Sharing Rule API, and remove them with the Delete Data Sharing Rule API. Additionally, modify data-sharing configurations as needed with the Retrieve Data Sharing Settings API and access default data-sharing settings via the Update Default Organization Permissions API

Use the Activate Data Sharing Rule API to activate a data sharing rule, and the Deactivate Data Sharing Rule API to deactivate it. To rerun all available data sharing rules in your org, use the Rerun Data Sharing Rules API. Get module wise count and running status of data sharing rules using Data Sharing Rules Summary API. To filter the results of the same use Data Sharing Rules Summary Filter API. Get a filtered set of data sharing rules based on your search criteria using the Search Data Sharing Rules API.

Get Rich Text Fields

You can now retrieve rich text fields and their content from multiple records in a single API call through the newly introduced endpoint in the Get Rich Text Fields API.

Workflow APIs

Manage your Zoho CRM automation with the new Workflow APIs. These endpoints provide complete control over your Workflow rules, helping you to build, configure, and maintain your business automations through code.

Here is what you can do with the Workflow APIs: 

You can also manage the individual actions within these workflows, such as field updates, email notifications, tasks, and webhooks, using the new Actions APIs.

Actions APIs

You can now manage the individual actions within your automation module directly through our APIs. These APIs allows you to create, read, update, and delete different actions that execute your business automation logic.

Field Update Actions

Automatically modify record fields as part of your workflow rules. Use the Field Update Actions APIs to create a new field update action, retrieve details of existing ones, update their configuration, or delete them when they are no longer needed.

Email Notification Actions

Manage automated email alerts sent to users, contacts, and leads. With the Email Notification Actions APIs, you can create a new email notification action, retrieve existing email action details, update them, or delete them.

Automation Task Actions

The Automation Task Actions APIs allow you to create a new task action, retrieve details of existing automation tasks, update their parameters, or delete them.

Webhook Actions

Configure webhooks to trigger real-time events in your external applications whenever a workflow rule is executed. Using the Webhook Actions APIs, you can create a new webhook action, retrieve a list of existing webhooks, update their endpoints and payloads, or delete them.

Open API Specification (OAS) 3.0.0

In addition to new APIs and updates to existing ones, we are introducing OpenAPI Specification (OAS) 3.0.0. This standardized format provides a structured and user-friendly way to explore Zoho CRM APIs with OAS files.

With OAS 3.0.0, you can:

  • Easily understand API endpoints, input, and response formats.
  • Generate SDKs.
  • Integrate Zoho CRM with any third-party application effortlessly.

Additional update

APIs and References : A comprehensive page that acts as a table of contents for all Zoho CRM APIs. This page allows you to find all APIs in one location for easier navigation and reference.
 

Changes to our existing APIs

The following APIs are enhanced in this new version. Please refer to the Changelog to know what has changed in V8.