I’m trying to award specific Members loyalty points on a monthly basis.
This will be based on my Patreon Membership.
I can not find an automation that will work, as when I select a monthly trigger, giving points is not an action.
I tried to set up through the backend but it didnt work.
I have the Wix Loyalty Program app installed and active. I can see members and their points in the dashboard.
However, when trying to use the backend API (import wixLoyalty from 'wix-loyalty-backend'
), the module is undefined and calls like wixLoyalty.awardPoints()
fail with “ Loyalty API not available. This happens even in a minimal test backend function.
It appears that the backend API for Wix Loyalty is not enabled or not available for my site.
Is there some easier way to achieve this, or am I doing something wrong.