Email Hash Activity
The Email Hash Activity Insights Add-On will return additional insights for the hashed versions of known email addresses associated with the profile including first seen and last seen timestamps along with an associated activity score of HIGH, MEDIUM or LOW. The returned hashed email addresses and associated insights can then be used as identity verification and fraud signals or for enhanced marketing activation efforts. The max number of hashed email addresses that can be returned are 20. This Insights will be returned within the emails key in the details object of a Person Summary object.
"details": {
"emails": [
{
"label": "Other",
"md5": "bbbe3f5df1bf8d823058ba60addfa7f5",
"sha256": "12ca252e3570e9f88468e8b30b247d1c5cb38827f3d5cacf4b35cd6130edf899",
"sha1": "a3fd93ec1eed8cb245c99701f9107686ca9b40f9"
"firstSeen": "2009-01-01",
"lastSeen": "2021-12-27",
"activity": "HIGH"
},
...
]
},| Properties | |
|---|---|
label string | An indicator of the source or type of email. If provided in the Person request, the value will be |
md5 string | The MD5 hash representation for a given email address. |
sha1 string | The SHA-1 hash representation for a given email address. |
sha256 string | The SHA-256 hash representation for a given email address. |
firstSeen string | The timestamp (YYYY-MM-DD) of the first time FullContact has seen a given email address. |
lastSeen string | The timestamp (YYYY-MM-DD) of the last time FullContact has seen a given email address. |
activityScore string | An associated activity score (HIGH, MEDIUM, LOW) for a given email address based on events such as number or observances, number of sources, etc. |
Updated 21 days ago