contactFlags Bundle
For calls to the Match Endpoint, the contactFlags bundle returns information about whether the touchpoints included in the call (email, phone, and postal address) are the best contacts for that individual.
Example
Sample contactFlags bundle in JSON format:
{
"entity" : {
"abilitec" : {
"consumerLink" : "T999US0200000001"
"addressLink" : "003YUS133J313WBM",
"householdLink" : "003YUS18MJ8SN8EB"
},
"contactFlags" : {
"isBestEmailTouchpoint" : true,
"isBestPhoneTouchpoint" : true,
"isBestPostalTouchpoint" : false
}
}
}
Updated almost 2 years ago