missive_list_contact_groups
Retrieve contact groups or organizations from a contact book. Filter by 'group' for labels or 'organization' for related contacts.
Instructions
Lists the contact groups or organizations linked to a contact book (GET /contact_groups). Provide kind = 'group' (labels for unrelated contacts) or 'organization' (related contacts such as a business). contact_book is required (or set MISSIVE_DEFAULT_CONTACT_BOOK). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which kind to list: 'group' (labels grouping unrelated contacts) or 'organization' (related contacts, e.g. businesses). Required. | |
| limit | No | Number of contact groups to return. Default 50, max 200. | |
| offset | No | Offset used to paginate results. Default 0. | |
| contact_book | No | Contact book ID to list groups from. Required; falls back to MISSIVE_DEFAULT_CONTACT_BOOK when omitted. |