crm_customers_notes_create
Add notes to customer records in ServiceTitan CRM to document interactions, track service history, and maintain comprehensive client information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| text | Yes | Note text | |
| isPinned | No | Pinned flag | |
| createdById | No | Created by user ID | |
| _confirmed | No | Set to true to confirm this write operation |