Get email when moralis server is updated

Dear Support,

Iā€™m creating a project with a Moralis server which consists of a store.

Every time there is a purchase, a database in the dashboard server of Moralis is updated with the transaction and the details of the purchase.

Is there any way to get an email or notification each time the server is updated with a new transaction?

Iā€™m trying to know when a new transaction (purchase) is performed.

Thanks!

You can use afterSave hook to run custom code in cloud code. You could try to use webhooks. Or make queries in db from time to time to check if is something new added.