link_source_record
Create or reactivate links between AnchorIDs and source records using confidence scores. Idempotent operation ensures stable identity resolution across customer systems.
Instructions
Create or reactivate a link between an AnchorID and a source record. Idempotent — calling twice returns the existing link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of the AnchorID to link to | |
| source_record_id | Yes | UUID of the source record to link | |
| confidence | No | Confidence score for this link (0-1) | |
| linked_by | No | Who/what created this link (default: "api") |