dispatch_projects_notes_create
Create notes for ServiceTitan projects to document details, track progress, and maintain communication records within the dispatch module.
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 |