Tool to retrieve a list of contacts. Use after authentication to fetch contacts in batches. Example: 'List page 2 of active company contacts sorted by name.'
pageintegerResults page number (minimum 1).
searchstringFull-text search across name, code, VAT, etc.
order_bystringField to sort by (e.g., 'name', 'created').
statusesarrayFilter by status values (e.g., ['active','archived']).
is_companybooleanFilter by contact type: true=company, false=individual.
sort_orderstringSort direction: 'asc' or 'desc'.
contact_idsarrayList of contact IDs to filter (will be comma-separated).
custom_fieldsobjectFilter by custom fields; map each custom field ID to a value. E.g., {'42': 'Gold member'} => custom_fields[42]=Gold member.
show_archivedbooleanInclude archived contacts when true.
items_per_pageintegerNumber of results per page (maximum 200).
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.