How to stop triggering notification in specefic time by using if condition.

PRADEEPREDDY GU
Tera Expert

Hi can anyone help me on this

 

The automated email notification should be sent only 5 minutes after the user has created his request and The above automated email should be sent only for requests which have been raised between 17:00 and 08:00 GMT time  otherwise notifications would be stopped.

1 REPLY 1

Slava Savitsky
Giga Sage

You can use gs.eventQueueScheduled() API to schedule an event for a specific time in the future and configure your notification to react to that event.