Best way to remind users of RITM pickups every 14 days

asd22
Tera Contributor

Hello, we notice our users often forget to pickup what they ordered with a RITM. So i want the users to get a email reminder every 14 days when the RITM still has the status "pickup". Im not sure if the best way is to edit the flow, or set up an email notification.

10 REPLIES 10

Community Alums
Not applicable

Hi @asd22 ,

 

In the scheduled job, please include the gs.eventQueue() method. Below is the syntax for your reference: 

 

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

 

Additionally, in your notification titled "14d_reminder," please ensure that in the "When to Send" section, you select "Send when" as "Event is fired" and specify your event name.

 

"If you found my answer helpful, please like and mark this response correct by clicking on "Accept as Solution". It helps others find the solution more easily and supports the community!"

 

Thanks,

Prudvi