Get client contacts
get_client_contactsRetrieve all contacts for a client, including name, email, address, and phone/fax numbers. Filter by contact type when needed.
Instructions
All contacts under a client (primary, billing, other) with name, email, address and phone/fax numbers. Wraps Contacts.getAll and Contacts.getNumbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Numeric client ID | |
| contact_type | No | Filter by contact type | |
| include_numbers | No | Fetch phone/fax numbers for each contact (one call per contact) |