Retrieves a list of account records from Zoho CRM with pagination and filtering support. Use this action when you need to fetch multiple account records from the Accounts module, optionally filtered by territory, approval status, or custom views. Supports both discrete paginatio…
cvidintegerCustom view ID to filter the account records. Cannot be used together with sort_by. Note: This parameter is ignored when page_token is provided.
pageintegerPage number to retrieve. Without page_token, only the first 2,000 records are accessible using page/per_page. Maximum page number is floor(2000/per_page). Do not use together with page_token.
fieldsRequiredstringComma-separated API names of the account fields to retrieve (max 50). This parameter is mandatory in Zoho CRM v8 API. Common fields: Account_Name, Phone, Website, Industry, Annual_Revenue, Owner, Rating, Account_Type. Invalid field names silently produce missing columns rather t…
sort_bystringValid fields for sorting Zoho CRM Accounts records.
approvedstringFilter accounts by approval status: 'true' for approved, 'false' for not approved, 'both' for all.
per_pageintegerNumber of account records per page (max is 200). Default is 25 to avoid token bloat.
page_tokenstringToken-based pagination parameter to fetch account records beyond the 2,000-record discrete limit. Use the info.next_page_token from the previous response. Cannot be used together with page.
sort_orderstringSort order for Accounts records.
territory_idstringTerritory ID to filter accounts by territory assignment.
include_childbooleanWhether to include accounts from child territories when territory_id is specified.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.