Zoho CRM
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SEARCH_CRM_RECORDS_ZOHO(object,
[query]
, [page]
)object
The Zoho record (module) type. For example: "leads"
. For a full list of module names, see Zoho's API documentation.
[optional] query
One or more terms to narrow the list down by. For example: "John Cell"
. If empty, returns records for the provided object
.
[optional] page
Page of results to return. For example: 1
return results 1-200.