google apps and crossbeam

This commit is contained in:
Norm Rasmussen
2022-06-27 16:07:59 -04:00
parent 13406d1b6a
commit a76e82851d
60 changed files with 7610 additions and 3145 deletions

View File

@ -0,0 +1,29 @@
/*
The point of this script is to start a timer for each email that comes in
and if the email goes unanswered after a certain amount of time
alert the owner of the account being monitored.
Hopefully, with a slack message.
*/
var timerCount = 0;
var emailSubject = getSubject();
var emailTime = getDate();
var newEmail;
var emailInbox = isInInbox();
function startTImer() {
}
function getMessage() {
if
}
function compileAlert() {
}
function sendAlert() {
}