crm_locations_notes_create
Add a note to a location in CRM by providing location ID and note text. Optionally set the pinned flag and confirm the write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Location ID | |
| text | Yes | Note text | |
| isPinned | No | Pinned flag | |
| _confirmed | No | Set to true to confirm this write operation |