ServiceTitan MCP Server

jobs_create_attachment

Upload a base64 encoded file as an attachment to a specific job in ServiceTitan using the job ID and tenant ID.

Input Schema

NameRequiredDescriptionDefault
fileYesThe file to upload (base64 encoded)
idYesFormat - int64. Job Id
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "The file to upload (base64 encoded)", "type": "string" }, "id": { "description": "Format - int64. Job Id", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant", "file" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r