How to delete record with email notification
I have created a view displaying records that can be deleted by one of our users. I would like to know how to receive an email notification when a specific record is deleted and include some of or all of the record details in the notification email (ex. first name, last name from the record). I have to perform a manual deletion on a server after a record is deleted from creator and I'm trying to make sure the notification is automated and not forgotten by the user doing the deletion.