Skip to content

Instantly share code, notes, and snippets.

@moomdate
Last active February 15, 2021 03:26
Show Gist options
  • Save moomdate/85b77dfe485c003f63c13cb33d6a102a to your computer and use it in GitHub Desktop.
Save moomdate/85b77dfe485c003f63c13cb33d6a102a to your computer and use it in GitHub Desktop.
function createTrigger(){
deleteAllTrigger();
ScriptApp.newTrigger("doRequest")
.timeBased()
.after(5 * 60 * 1000)
.create();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment