Is there an easy way to incorporate a sound file into a Google Apps Script? I have seen a posting to try the following:
var audio = new Audio(\"alert.ogg\")
sure - this works
Your browser does not support the audio element
or this simpler version also works