bexio Contact Groups
bexio_contact_groupsList, search, create, update, and delete contact groups to categorize contacts. Manage group assignments via contact_group_ids.
Instructions
Manage contact groups (categories assigned to contacts via their contact_group_ids field). Actions: "list" (optional limit/offset/order_by [id|name, append "_desc"]), "search" (search_criteria required; searchable fields: name), "get" (group by id), "create" (payload required: name), "update" (id + payload), "delete" (delete the group by id — destructive, cannot be undone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Contact group id (required for get/update/delete) | |
| limit | No | Maximum number of results (default 500, max 2000) | |
| action | Yes | Operation to perform | |
| offset | No | Number of results to skip (pagination) | |
| payload | No | Contact group fields. Required on create: name. Note: the API spec also marks name as required on update (v2EditContactGroup), though partial edits generally work. | |
| order_by | No | Field to order by; append "_desc" for descending (e.g. "id_desc") | |
| search_criteria | No | Search conditions, combined with logical AND |