crm_contact_relationships_create
Create a relationship linking a contact to a related entity using a specified relationship type slug in ServiceTitan CRM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeSlug | Yes | Relationship type slug | |
| contactId | Yes | Contact ID | |
| _confirmed | No | Set to true to confirm this write operation | |
| relatedEntityId | Yes | Related entity ID |