list_categories
Retrieve account-configured entry and task categories (e.g., Call, Email, Meeting) with their IDs and colours. Use to discover valid category IDs before referencing them in add_note or create_task.
Instructions
List configured entry/task categories (Call, Email, Meeting, Follow-up, etc.) with their colours. Returns each category's id, name, and colour. The set is account-configured rather than a fixed enum — call this to discover valid category ids before referencing one in add_note or create_task. Used to label and filter timeline entries and tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| perPage | No | Page size, max 100. Defaults to 100 for reference data. |