list-notes
Fetch sales notes from Zentria CRM to review customer interaction history and support sales follow-ups. Supports search and pagination.
Instructions
List sales notes (GET /api/public/sales/notes). Scope: sales:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. | |
| page | No | Page number (default 1). | |
| itemsPerPage | No | Items per page (default 25, max 100). |