crm_customers_notes_create
Create a note for a customer by providing their ID and the note text. Optionally set a pin or confirm the operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| text | Yes | Note text | |
| isPinned | No | Pinned flag | |
| _confirmed | No | Set to true to confirm this write operation | |
| createdById | No | Created by user ID |