dispatch_jobs_messages_create
Create a message for a specified job using its ID and message content. Confirm the write operation to finalize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID | |
| message | Yes | Message content | |
| _confirmed | No | Set to true to confirm this write operation |