omnisend, scripts organization

This commit is contained in:
Norm Rasmussen
2022-10-04 15:19:28 -04:00
parent dff3fe52c7
commit d933010a46
29 changed files with 30 additions and 7 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() {
}