How to send email notification on daily basis one time

Saib1
Tera Guru

Hi All,

 

Need to send the oncall schedule rota to customer

 

Requirement

I need to send the below Notification on daily basis at 3:30 AM 

 

Notification Created

 

Saib1_0-1708663545234.png

Saib1_3-1708663948483.png

 

 

1 ACCEPTED SOLUTION

shyamkumar VK
Kilo Patron

@Saib1  , Follow this below Process

 

1. I could see you have already Created an Event 

2. Call this Event into Schedule Job using gs.eventQueue 

 

Below is the Screenshot of Schedule Job Config (Automatically run a script of your choosing) Select this Option while creating new Schedule Job

shyamkumarVK_0-1708671958085.png

 

Syntax : gs.eventQueue('event.name', GlideRecord, parm1, parm2) \

Ex
gs.eventQueue('xyz',current,current.number,gs.getUserName());

 

Regards,

Shyamkumar 

 

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

View solution in original post

5 REPLIES 5

shyamkumar VK
Kilo Patron

@Saib1 thank you for marking this as correct answer , can you also please mark this as helpful 

Regards,

Shyamkumar

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar