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 | |
List Territories | get_territories | |
List Module Settings | get_module_settings | |
List Tags | get_tags | |
Gets record count for specific tag for module | get_tag_record_count | |
Add / Update Tags for records | post_tags | |
List Module Fields | get_module_fields | |
List Views | get_module_views | |
Read [$parent.module_name$] | get_[$parent.api_name$] | |
Read [$parent.module_name$] (Use this for fewer than 50 Fields in v3+) | get_[$parent.api_name$]_fast | |
Search [$parent.module_name$] | search_[$parent.api_name$] | |
Delete [$parent.module_name$] | delete_[$parent.api_name$] | |
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 |