I want to send a notification to a group of users every Weekday 5 of the month
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:14 AM
Hi Team,
I have a requirement to send notification to a group of members during every 5th Weekday of the month.
Can you help me with the steps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:19 AM
Hi @MohammedYaseen
Please follow the below steps to achieve this functionality.
1. Create a scheduled job that runs on a specific day
2. Create an event to trigger the notification.
3. Create a notification with all the content and select the above event.
4. Call the event in the scheduled job to trigger the notification by using
gs.eventQueue('event_name');
Please mark this as helpful if this resolves your query
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:22 AM
I think Flow is best way to do , which is low code.
Trigger
Schduel
Action
Send notifications
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]
****************************************************************************************************************