Zoho CRM Connector
Documentation
Version: 8
Documentation

EndPoint Gets record count for specific tag for module


Name

get_tag_record_count

Description

Add tags for specified module and specified record id(s). [API reference]

Parameters

Parameter Label Required Options Description
module module YES
Option Value
Accounts Accounts
Activities Activities
Calls Calls
Campaigns Campaigns
Cases Cases
Contacts Contacts
Deals Deals
Events Events
Invoices Invoices
Leads Leads
Price_Books Price_Books
Products Products
Purchase_Orders Purchase_Orders
Quotes Quotes
Sales_Orders Sales_Orders
Solutions Solutions
Tasks Tasks
Vendors Vendors
Your_Custom_Module_Name Your_Custom_Module_Name
Module name for which you like to get settings
tag_id Tag Id YES Use List Tags to findout Id for tag you like to query

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Count DT_I8 bigint False
If the column you are looking for is missing, consider customizing Zoho CRM Connector.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use Zoho CRM Connector in API Source component to read data or in API Destination component to read/write data:

Gets record count for specific tag for module using API Source

Zoho CRM
Gets record count for specific tag for module
SSIS API Source - Read from table or endpoint

Gets record count for specific tag for module using API Destination

Zoho CRM
Gets record count for specific tag for module
SSIS API Destination - Access table or endpoint