ServiceTitan MCP Server

locations_update_contact

Update contact details for a specific location in ServiceTitan, including phone number, memo, and do-not-text flag, by providing location ID, contact ID, and tenant ID.

Input Schema

NameRequiredDescriptionDefault
contactIdYesFormat - int64. Contact ID
doNotTextNoDo not text flag for the contact
idYesFormat - int64. Location ID
memoNoContact memo
phoneNumberNoPhone number for the contact
tenantYesFormat - int64. Tenant ID
valueNoContact value

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "description": "Format - int64. Contact ID", "type": "integer" }, "doNotText": { "description": "Do not text flag for the contact", "type": "boolean" }, "id": { "description": "Format - int64. Location ID", "type": "integer" }, "memo": { "description": "Contact memo", "type": "string" }, "phoneNumber": { "description": "Phone number for the contact", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "value": { "description": "Contact value", "type": "string" } }, "required": [ "id", "contactId", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r