dispatch_jobs_create_attachment
Add attachments to ServiceTitan job records by providing file data, name, and content type to document work details and requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID | |
| file | Yes | Base64-encoded attachment file | |
| fileName | No | Attachment file name | |
| contentType | No | Attachment content type | |
| _confirmed | No | Set to true to confirm this write operation |