ServiceTitan MCP Server

invoice_templates_create

Generate customized invoice templates in ServiceTitan by inputting tenant-specific data and structured payloads for streamlined billing processes.

Input Schema

NameRequiredDescriptionDefault
payloadYesThe payload to send in the request body
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "payload": { "additionalProperties": {}, "description": "The payload to send in the request body", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "payload" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r