Search contacts
freshdesk_search_contactsSearch contacts with the Freshdesk query DSL. The query VALUE is wrapped in double quotes automatically. Examples: name:'ada', email:'ada@example.com', company_id:123. Freshdesk REST: GET /search/contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-10; search endpoints return 30 results per page and ignore per_page). | |
| query | Yes | Freshdesk search query, e.g. "company_id:123" (do NOT add surrounding quotes yourself — they are added for you). |