Search contacts
bexio_search_contactsSearch contacts in bexio using field-based criteria with operators like equals, like, or in. Filter by name, email, contact type, and more.
Instructions
Search contacts with field criteria (POST /2.0/contact/search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of records (bexio default 500). | |
| offset | No | Number of records to skip. | |
| criteria | Yes | List of field/value/criteria filters (AND-combined). | |
| order_by | No | Field to order by, e.g. `id_desc` or `name_1`. |