ServiceTitan MCP Server

customers_createcontact

Create a new customer contact in ServiceTitan, specifying ID, tenant, type, value, memo, and phone settings for effective communication management.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64.
memoNoContact Memo
phoneSettingsNoPhone Settings
tenantYesFormat - int64. Tenant ID
typeNoContact Type
valueNoContact Value

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64.", "type": "integer" }, "memo": { "description": "Contact Memo", "type": "string" }, "phoneSettings": { "additionalProperties": false, "description": "Phone Settings", "properties": { "doNotText": { "description": "Do Not Text", "type": "boolean" }, "phoneNumber": { "description": "Phone Number", "type": "string" } }, "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "type": { "description": "Contact Type", "type": "string" }, "value": { "description": "Contact Value", "type": "string" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r