Hello, please assist; I need to send an email notification in servicenow for every 1st January
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 06:47 PM
Hi Experts!
Need your guidance on how to send an email notification to users for every 1st January.
Understand that I might need to create a schedule job. However, I do not understand the purpose of the scheduler if I do not define it anywhere inside the Notification - "when to send" configurations.
Kindly seeking help and thank you so much for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 07:55 AM
Hi @AdamSaniS
It’s easy to get started—just use the Flow Designer and set the trigger.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 04:36 AM
Or you can create a scheduled job, executed on the 1st January and repeated yearly, this job will fire an event and that can be triggering condition to that notification.
Create:
- a scheduled job,
- an event (in the event registry)
Update:
- existing notification > when to send > newly created even is fired.
You can test it for some date in near future (tomorrow or today in a few minutes)
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */