dispatch_projects_messages_create
Create a new message for a dispatch project in ServiceTitan. Provide the project ID and message content to add a note or update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| message | Yes | Project message content | |
| _confirmed | No | Set to true to confirm this write operation |