We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923130f commit 2eecd46Copy full SHA for 2eecd46
GlideSystem/Dynamic Email Notification/dynamicEmail.js
@@ -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