Email Hash Activity
"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 provided, otherwise, hash.
|
| 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 about 15 hours ago