How to trigger notification using events and scheduled job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 12:15 AM - edited 01-20-2025 12:22 AM
Hello,
I have a requirement where I need to trigger a notification to opened by user on monthly basis. I have created a notification and used email script to print all the active tickets that are opened by user and now I want to trigger this notification to opened by users on first day of month so that they can track all their tickets status.
This is the conditional scheduled job I have created please let me know some changes so that it can only trigger to opened by user on monthly basis.
Condition -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 12:54 AM
check this link where I shared solution and you can send 1 email per user and in that email print all the details
this will avoid sending multiple emails to same user
enhance it for your requirement
Email Notification to all users of assets assigned specifically to them
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
01-20-2025 10:59 PM
Hi @Ankur Bawiskar ,
I have used this script in scheduled job to trigger mail once for a user not for all records in which user is submitted_by.
Script -