createRelationship
Creates a new contact record for a relationship (e.g., spouse, sibling) linked to an existing person's ID, enabling addition of contact details.
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 |
|---|---|---|---|
| type | No | Relationship type (e.g. Spouse, Brother, Partner) | |
| emails | No | Email addresses [{type, value}] | |
| phones | No | Phone numbers [{type, value}] | |
| lastName | No | Last name of the relationship contact | |
| personId | Yes | Person ID this relationship is associated with | |
| addresses | No | Mailing addresses [{type, street, city, state, code, country}] | |
| firstName | No | First name of the relationship contact |