UrlFetchApp.fetch() simply does not work in onEdit trigger
I'm looking to call UrlFetchApp.fetch() based on user input on a sheet but nothing happens. No errors, just silently ignores the call. Same goes for MailApp.sendEmail() and GmailApp.sendEmail() This is on a Google Apps domain, and only domain users are using the Google Sheet. Simple triggers like onOpen or onEdit are not able to do anything that requires authorization like sending mails because they run silently and anonymously. This is all explained in the documentation . You should simply rename your onEdit function to something else - SpecialOnEdit for example ? - and create an installable