Reminder mail should trigger for pending Change task after 3 days of task creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 04:29 AM
Expected Result: I am trying to set up an email notification system that triggers an email to the task assignee and their manager if a change task is pending for more than 3 days. The email should contain all pending change task details in an Excel sheet. If there are multiple change tasks with different assignees, separate emails should be sent to each assignee with their respective pending task details.
Currently, one email is being sent to all assignees with all pending change task details which is not expected" how to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 05:12 AM
so Assignee1 is receiving email with list of all pending tasks, same for Assignee2
that's what you want
what's not working as expected?
how is the current setup configured?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:26 PM
Hi @Ankur Bawiskar ,
Whatever the Change task is pending with Assignee 1 those details he should get as a attachment, not all the the pending task details which is pending with other assignee.
I have configured one schedule job which will run daily to check if the the task is pedning more than 3days then it will trigger an event and through the event the email will trigger to the Assignee and Assignee to manager. Also created an script include for attachment generate.The notification is triggered with no attachment. Below are the script details:
Schedule job:
Script include:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:27 PM - edited ‎06-25-2025 08:28 PM
did you test if excel is generated properly? also you need to attach that file to outbound email
check this link about excel generation
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 10:50 PM - edited ‎06-25-2025 11:27 PM
@Ankur Bawiskar
Now I have changed the schedule job to below and created one schedule email of report, now i am getting the emails with the attached excel but all the pending task details sent to Assignee 1 . I want whatever the Change task is pending with Assignee 1 only those change task details he should get as a excel not all whatever pending with other assignee.