Get Notes For Contact
get_notes_attached_to_contactRetrieve all notes for a specific contact in Less Annoying CRM with full field details. Use count_only for quick total counts without fetching all results.
Instructions
Retrieve all notes for a specific contact. RETURNS FULL DATA: Each result includes all note fields - no need to call get_note afterward. Use count_only=true for accurate counts without returning the full result set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| contact_id | Yes | The ContactId to get notes for | |
| count_only | No | When true, auto-paginates and returns only total count and breakdowns (no results array). | |
| max_results | No | Max results (default 500) |