manage_relationship
Create, read, update, or delete relationships between records. Relationships are typed, directed links with optional metadata.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
action | enum: upsert | get | delete | Yes | |
workspace_id | string | Yes | Target workspace ID |
relationship_id | string | No | Required for get/delete. Generated on upsert if omitted. |
rel_type | string | No | Relationship type, e.g. 'invoice_to_contact' |
source_collection | string | No | |
source_id | string | No | |
target_collection | string | No | |
target_id | string | No | |
data | object | No | Metadata on the relationship |