jobs_create_attachment
Attach files to specific jobs in ServiceTitan by providing job ID, tenant ID, and a base64-encoded file, streamlining document management and integration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | Yes | The file to upload (base64 encoded) | |
id | Yes | Format - int64. Job Id | |
tenant | Yes | Format - int64. Tenant ID |