FullContact
Community-contributed integration
This integration is community-maintained. Reference: ory/integrates/user-enrichment/fullcontact.
FullContact provides person and company data enrichment.
How it works
An Ory Action on registration.after runs asynchronously and calls your handler, which calls
POST https://api.fullcontact.com/v3/person.enrich and PATCHes the returned enrichment to metadata_public.fullcontact on the
Ory identity.
Notable
- Enrichment is best-effort, so the handler silently no-ops on 404 misses.
- FullContact's multi-field resolution improves the hit rate at the cost of more credits used.
- A DSAR delete API is available.
