Skip to content

Commit 2eecd46

Browse files
authored
Create dynamicEmail.js
1 parent 923130f commit 2eecd46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(function() {
2+
var subject = 'Incident Update';
3+
var body = 'Hello, this is an automated update for your incident.';
4+
gs.eventQueueScheduled('custom.email.event', current, subject, body, new GlideDateTime().addSeconds(10));
5+
})();

0 commit comments

Comments
 (0)