I want to send a notification to a group of users every Weekday 5 of the month

MohammedYaseen
Tera Expert

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

2 REPLIES 2

_Gaurav
Kilo Sage

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!

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @MohammedYaseen 

 

I think Flow is best  way to do , which is low code.

 

Trigger

Schduel 

 

Action

Send notifications

 

 

AGLearnNGrow_0-1708424536064.png

 

*************************************************************************************************************
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]

****************************************************************************************************************