Zoho CRM Connector
Zoho CRM Connector Help
Version 7
ZappySys Logo File Version: v7
Supported Engine: 12

EndPoints for Zoho CRM Connector


On this page you will see possible API actions you can perform with Zoho CRM connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Read Data (Query Mode - Max 200 Rows Only) get_module_data_coql
List Modules get_modules [API Help..]
List Territories get_territories [API Help..]
List Module Settings get_module_settings To get the metadata for a specific module. Specify the API name of the module, such as Leads, Accounts or Deals in your API request. [API Help..]
List Tags get_tags List tags for module. [API Help..]
Gets record count for specific tag for module get_tag_record_count Add tags for specified module and specified record id(s). [API Help..]
Add / Update Tags for records post_tags Add tags for specified module and specified record id(s). [API Help..]
List Module Fields get_module_fields To get the field meta data for the specified module. The fields displayed are from all layouts for the module and the response does not contain layout-specific fields like mandatory fields or picklist values.
List Views get_module_views
Read [$parent.module_name$] get_[$parent.api_name$] [API Help..]
Search [$parent.module_name$] search_[$parent.api_name$] Search records by criteria or email or phone or word or id (specify only one parameter for search and keep other blank) [API Help..]
Delete [$parent.module_name$] delete_[$parent.api_name$] [API Help..]
Insert [$parent.module_name$] post_[$parent.api_name$]
Update [$parent.module_name$] put_[$parent.api_name$]
Upsert [$parent.module_name$] (Update or Insert) upsert_[$parent.api_name$]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.