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 54aea40 commit 320f7b8Copy full SHA for 320f7b8
Server-Side Components/Scheduled Jobs/Change Request Due Reminder/README.md
@@ -0,0 +1,7 @@
1
+This code snippet sends the reminder emails to assigned agents of Priority 1 Change Requests due within the next 24 hours.
2
+
3
+It checks the priority 1 change requests due within next 24 hours that are not closed or canceled.
4
+If assigned to is not empty, then it sends an email to the agents working on those Change Requests.
5
6
+This scheduled job can be executed every hour, daily, or as needed.
7
+It is useful for ensuring critical change requests are addressed on time and reducing the risk of SLA breaches.
0 commit comments