Consumer Email
The Consumer Email Bundle provides you with the name and best personal email address for targeting your customers and prospects. The data for this bundle will be returned in the name and emails keys in the details portion of a Person Summary object.
"name" : {
"given" : "Bart",
"family" : "Lorang",
"full" : "Bart Lorang"
},
"emails": [
{
"label": "consumer",
"value": "[email protected]",
}
]| Properties: details.emails | |
|---|---|
label string | The type classification of email address for this bundle, which is 'consumer' |
value string | The personal email address for the individual |
Updated 21 days ago