contacts_create_contact_relationship
Establish relationships between contacts and entities (customer, location, booking) in ServiceTitan by specifying tenant, contact ID, related entity ID, and relationship type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contactId | Yes | Format - guid. Contact Id | |
relatedEntityId | Yes | Format - int64. Related Entity ID | |
tenant | Yes | Format - int64. Tenant ID | |
typeSlug | Yes | Relationship type slug: customer, location, booking |