Imagine having a drive link to download a zip file. Upon clicking the link, the download begins in the browser. After the download finishes, I would like to send an email notification to the user. Is this achievable? I am using a .NET application (C#) with a page displaying all the drive links. As soon as a drive link is clicked and fully downloaded, I wish to trigger the sending of an email. Additionally, if the download were to fail halfway through, I want to notify the user via email. Can this be done?