customer_notes_list
Retrieve all free-text notes attached to customers, with pagination and optional filtering by customer ID or external ID.
Instructions
List free-text notes attached to customers. Returns {notes[], pagination}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_customer_id | No | Filter notes by customer RetailCRM ID | |
| filter_customer_external_id | No | Filter notes by customer externalId |