crm_contact_relationships_create
Create a relationship between a contact and a related entity by providing contact ID, entity ID, and relationship type slug. Confirmation is required to execute the write operation.
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 |