Is it possible to automate a way for a custom User Attribute to reflect the most recent date for a specific feature match event?
I know I could automate it a few ways via the API, but neither option is ideal (consumes a lot of RPA tasks when not necessary:
- Webhook → Update attribute: not ideal because it would run on every webhook, not just the most recent
- API call for feature match events: not ideal because it would need to run for a wide set of users (ex. all active users that day) to check if there was a feature match event
Is there any other option I’m missing or any recommended solutions?