I would like to run a hook on a database anytime anyone updates it. Im already using supression in the backend to allow people to update values in that database. I would like it to then run hooks there that fire for everyone if possible. Is this something that is currently supported? I feel like I remember seeing that this isn’t possible, just wanted to make sure if so.
Hi,
it is possible. See hooks documentation here:
https://www.wix.com/corvid/reference/wix-data.Hooks.html
If you need to run extra operation with suppressAuth in hooks, that will also work (as it works in all backend code).
I hope this helps.