Retrieves Call activity records from Zoho CRM with pagination support. Use this action when you need to list calls logged in the CRM, filter by custom views, or retrieve specific Call records by ID. Call records represent phone call activities associated with Contacts, Leads, or…
idsstringComma-separated Call record IDs to fetch specific records. Note: This parameter is ignored when page_token is provided.
cvidintegerCustom view ID to filter the Call 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 Call 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 Call fields to retrieve (max 50). Required parameter. Common Call fields: Subject, Call_Type, Call_Start_Time, Call_Duration, Call_Purpose, Call_Agenda, Call_Result, Description, Owner, Who_Id, What_Id, Created_Time, Modified_Time. Use the Get Module…
sort_bystringValid fields for sorting Zoho CRM Call records.
per_pageintegerNumber of Call records per page (maximum is 200). Applies to both page and page_token pagination. Defaults to 25 for optimal response size.
page_tokenstringToken-based pagination parameter to fetch Call 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 Call records.
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.