The merge-map makes dedupe auditable and reversible. Every merge is recorded with match type and confidence score. New-record webhooks check the map to prevent re-duplication.
Dedupe without a map is data loss with extra steps.
FAQ · Concepts
Short answer
An audit table of every dedupe operation: loser ID, winner ID, reason, confidence.
The merge-map makes dedupe auditable and reversible. Every merge is recorded with match type and confidence score. New-record webhooks check the map to prevent re-duplication.
Dedupe without a map is data loss with extra steps.