Relations between entities
kanka_relationsManage relationships between entities using global entity IDs. Create, read, update, delete, or list relations, with optional reciprocal links.
Instructions
List, read, create, update, or delete relations between entities. Relations hang off the GLOBAL entity_id of the source. The target_id in data is the global entity_id of the destination. Set two_way: true to create reciprocal relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| entity_id | Yes | The GLOBAL entity_id (not the type-scoped id) | |
| action | Yes | ||
| id | No | ||
| data | No | ||
| confirm | No | ||
| page | No |