The simple way is to connect hook to the database write function and make appropriate action. For example on my site I monitor if somebody completes the payment or uploading the pdf document I’ll sending the information to the Telegram messenger. this works always even if you have not run own browser.
If you are willing to receive the information when you already entering your site you have 2 options:
- Poll the the last record the the database. If the time is not the same as you previously requested - update you page
- Another way is to use wix-realtime api