Hi Folks,
We have requirement to stream events only when we have ATTRIBUTE_REMOVED in delta event payload.
Example payload:
{
"type": "ENTITY_CHANGED",
"uri": "entities/abc",
"deltas": {
"ovChanged": true,
"delta": [
{
"type": "ATTRIBUTE_REMOVED",
"attributeType": "configuration/entityTypes/Contact/attributes/Name",
"oldValue": {
"value": "Vikash",
"ov": true,
"id": "xyz",
"sources": [
"SFDC"
],
"crosswalks": [
{
"type": "configuration/sources/SFDC",
"value": "123456789"
}
]
}
}
],
"entityType": "Contact"
}
}
Can you please guide us if there is a way to filter events only having attribute_removed.
------------------------------
Vikash Malekar
LFG
------------------------------