Scheduled Notifications: I want to send out email notifications at specific (dynamic) times in multiple timezones
I am working on a nest js based project, where we are developing a notification service. This notifications service would be responsible for sending out notifications to our users.
The use case is that we have another microservice for assigning job shifts to our employees, we have configured a cron job that sends data to notification service when to send an email to a specific user.