list_contacts
Retrieve customers and vendors with optional filters to obtain contact IDs for creating bills, invoices, and expenses.
Instructions
List all contacts (customers and vendors). Supports filtering by contact type (customer or vendor). Use this to find contact_id values for bills, invoices, and expenses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| contact_type | No | Filter by contact type | |
| status | No | Filter by status | |
| search_text | No | Search by name or company | |
| sort_column | No | ||
| page | No | ||
| per_page | No |