Does Servicenow supprt automated emails to end users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 11:41 AM
Hello All,
I wanted to know if ServiceNow supports automated scheduled emails to end users which helps in keeping a track of EOD or SOD pending tasks or reports?
Regards,
Awanish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 10:02 PM
@Awanish - Yes. You can set up a scheduled email for end users based on your requirement.
You can use Flow designer schedule to achieve it without doing any coding.
You can also check the article https://www.servicenow.com/community/developer-forum/creating-schedule-job-to-send-notification/m-p/...
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 10:04 PM - edited 04-10-2025 10:57 PM
there are scheduled flows, scheduled jobs, scheduled reports available OOTB for this.
Scheduling a workflow -> not widely used nowadays
You can design your own logic to send emails at particular time using gs.eventQueueScheduled() method
The Power of System Events - Part 2 - gs.eventQueueScheduled
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
04-10-2025 10:06 PM
Hi @Awanish
Yes, absolutely! There are several methods to send emails to users:
-
Flow
-
Scheduled Jobs
-
Scheduled Reports
You simply need to configure them as per your requirements, and everything will be done. However, to ensure this works, make sure your instance has an email account set up and that the email properties are enabled. In PDI, emails don't work by default due to security restrictions.
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]
****************************************************************************************************************