I am looking to prevent SQS events from type ENTITY_CHANGED but only when the updatedBy attribute starts with a particular value.
Attributes included in the Object Filter all are under the "object" attribute which is fine for the updatedBy but does not allow filtering for the "type" of event which is a peer to the object attribute.
In the exampe below base on "type" equal to ENTITY_CHANGED and Not Starting with updatedBy
"type": "ENTITY_CHANGED",
"object": {
"uri": "entities/GI1JrY3z",
...
"updatedBy": "Automatic merge process at 2023-07-13",
...
For additional context, we are looking to do this to avoid non-necessary event traffic for an entity including referencedAttributeURIs where there is a merge on the entity being referenced. In this particular case:
Merge of an Organization
Extraneous Traffic for the Contact even though the OV value for the referenced attribute does not change
Thanks,
Mark
------------------------------
Mark Burlock
Dodge Data & Analytics
Hamilton NJ
------------------------------