create_relationship
Create a relationship between two constituents, such as Spouse or Sibling, by specifying the parent constituent and the related constituent.
Instructions
Create a relationship between two constituents (nested under the parent constituent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| constituent_id | Yes | The parent constituent | |
| relationship_type | Yes | e.g. Spouse, Sibling, Child, Parent | |
| related_constituent_id | Yes | The related constituent |