Notify me when someone enter data in a collection

Is it possible to be notified via email when someone makes changes to a collection via “submit”. I have a write enabled collection for people to say they are interested in certain events but I do not know when someone has actually entered anything … I have to go into the CMS to check.

Thanks in advance

You can do it using Velo code.

afterInsert() gets triggered when something has been entered into a collection (if you name it correctly)

Then you can use triggered emails to send yourself a mail when something gets inserted