resolve_person
Resolve person identities to canonical AnchorIDs using email, name, company domain, or external identifiers. Returns match status, confidence scores, and candidate details to verify and link customer records across systems.
Instructions
Resolve a person to an AnchorID using email, name, company domain, or external identifiers (Slack/Google user IDs). Returns status (resolved | needs_review | not_found), confidence score, the canonical AnchorID, match reasons, and any ambiguous candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Person's email address | ||
| name | No | Person's full name | |
| company_entity_id | No | Resolved company AnchorID (UUID) for name+company matching | |
| company_domain | No | Company domain for name+company matching | |
| identifiers | No | External system identifiers | |
| min_confidence | No | Minimum confidence threshold (0-1) |