In the wix group, members earn loyalty points as they comment. Some members abuse this and post too many comments. I have approximately 1000 members and I cannot keep track of all of them. Is there a code or automation suitable for this?
top of page
bottom of page
Hi,
First I would check the group settings to see if there are any moderation options: https://support.wix.com/en/article/wix-groups-managing-your-group Also would recommend checking if the loyalty program has any caps you can put on points.
If you decide to go the custom route -
Loyalty programs in Wix has a pretty robust API: https://dev.wix.com/docs/velo/api-reference/wix-loyalty-v2/accounts/earn-points Unfortunately the Groups API doesn't give access to post or comment events. That pretty much leaves you with monitoring the points through this event: https://dev.wix.com/docs/velo/api-reference/wix-loyalty-v2/events/on-account-points-updated Then setting up a custom logic to remove the points if ... Good luck! Eitan