ServiceTitan MCP Server

contacts_create_contact_relationship

Create relationships between contacts and entities like customers, locations, or bookings in ServiceTitan using a specified relationship type and IDs.

Input Schema

NameRequiredDescriptionDefault
contactIdYesFormat - guid. Contact Id
relatedEntityIdYesFormat - int64. Related Entity ID
tenantYesFormat - int64. Tenant ID
typeSlugYesRelationship type slug: customer, location, booking

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "description": "Format - guid. Contact Id", "format": "uuid", "type": "string" }, "relatedEntityId": { "description": "Format - int64. Related Entity ID", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "typeSlug": { "description": "Relationship type slug: customer, location, booking", "type": "string" } }, "required": [ "tenant", "contactId", "relatedEntityId", "typeSlug" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r