crm_customers_notes_list
Retrieve customer notes using the customer ID, with optional date filters to find notes created or modified within a specific timeframe.
Instructions
List one page of notes attached to a known customer, optionally filtered by created or modified timestamps. Requires the customer ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||