crm_contact_relationships_create
Create a relationship between a contact and another entity by specifying the contact ID, related entity ID, and relationship type slug. Requires confirmation to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID | |
| relatedEntityId | Yes | Related entity ID | |
| typeSlug | Yes | Relationship type slug | |
| _confirmed | No | Set to true to confirm this write operation |