How to pull updates to "last_email_name" field for a contact

I am pulling “last_email_name” on a contact using this URL.

https://api.hubapi.com/contacts/v1/contact/vid/{contactID}/profile
I’m wondering if there is a way to pull “last_email_name” with filterGroups. I’m looking for anytime this field is changed. If not with filterGroups are there any other ideas on how to get these changes without having to run through all contacts.

Hi @SFriesen

You can use a webhook subscription to achieve the above task.
Here is the doc link: Create and edit webhook subscriptions in legacy private apps - HubSpot docs

“I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!”