List contacts
freshdesk_list_contactsList/filter contacts. Freshdesk REST: GET /contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-based). | |
| No | Filter by email. | ||
| phone | No | Filter by phone number. | |
| state | No | Filter by state: verified, unverified, blocked, or deleted. | |
| mobile | No | Filter by mobile number. | |
| per_page | No | Results per page (1-100, max 100, default 30). | |
| company_id | No | Filter by company id. | |
| updated_since | No | Only contacts updated after this ISO 8601 timestamp. |