Zoho CRM API: New Methods Introduced

Zoho CRM API: New Methods Introduced

Hello!

We are very pleased to announce that we have introduced the following methods in Zoho CRM Developer API. Here's the list:

getFields

This method can be used to fetch all details of fields available in a particular module. 

Example: 


The above request will fetch all details of fields available in the Tasks module.

For more details, refer our API Guide

getRelatedRecords

With the getRelatedRecords method, you can fetch records related to another record (Primary record). 

For example, you can use this method fetch leads related to a campaign. In this case, the primary module is Campaigns.

For details on the Request URL pattern, the parameters required and for more examples, refer our API Guide.

updateRelatedRecords

This method can be used to update records related to another record.

For example: You can update the contacts related to a Campaign.

Click here for more details on this method.

We hope you find these methods useful. We would also like to understand the different scenarios in which you use these methods. 

Do let us know your feedback. 

Regards,

Sharanya R
The Zoho CRM Team