createRelationship
Creates a new contact record representing a relationship (e.g., spouse, brother) linked to an existing person by their person ID.
Instructions
Create a relationship contact (Spouse, Brother, Partner, etc.) for an existing person. The relationship is its own contact record linked to personId — it is NOT a link between two existing people.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | Yes | Person ID this relationship is associated with | |
| firstName | No | First name of the relationship contact | |
| lastName | No | Last name of the relationship contact | |
| type | No | Relationship type (e.g. Spouse, Brother, Partner) | |
| emails | No | Email addresses [{type, value}] | |
| phones | No | Phone numbers [{type, value}] | |
| addresses | No | Mailing addresses [{type, street, city, state, code, country}] |