Filter REST Hooks

Hey Everyone,

I have a use case where I am using the hooks to keep another database in sync with my contact records.
I have a contact.edit subscribed, and I get a post from the REST hooks every time a tag is added to a contact. This is problematic because every time we run campaigns my endpoint get’s flooded with posts because a tag was added but no actual contact information changed. I am wondering if there is a way to filter this out so tag modifications don’t send a post to my end point.

Thanks!

Matt