dispatch_projects_notes_create
Add a note to a project in ServiceTitan. Optionally pin the note and confirm the write operation for data integrity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| text | Yes | Project note text | |
| isPinned | No | Whether the note is pinned | |
| _confirmed | No | Set to true to confirm this write operation |