Scheduled digest question
If I schedule a daily message to go out at 9am, does that message go out at 9am UTC? Or does the message go out at 9am of the subscribers time zone? if it is of the subscribers time zone, what field controls that. is it the
locale
variable?11 Replies
Hey Jonathan
Currently, it is 9:00 AM UTC We have subscriber timezone based notification delivery in roadmap
Currently, it is 9:00 AM UTC We have subscriber timezone based notification delivery in roadmap
thank you for the quick response! is there an ETA on when that feature will be delivered?
Let me check with team on this
also, is it possible for one subscriber to specify 9am and another to specify 10am for the same workflow? could this be done in user preferences?
also if this is not possible, are there any work arounds? @Pawan Jain
@Jonathan Licht
Unfortunately, currently it is not supported. Currently subscriber preference supports only channel based preference.
time based configuration for each channel and digest/delay is also in our roadmap.
Regarding workaround: do you have nodejs based application? We have
@novu/framework
to create workflow using code. digest time for individual subscriber can be changed using these workflowsMRK-574 - doc: create example how to use custom digest duration for each subscriber
Status
Triage
Marketing
our application uses emberjs. but we have not started actually connecting the application to anything yet. we are still in a demo phase just testing out what novu can do
@Jonathan Licht, you just advanced to level 1!
what is your tech stack for backend? what is the approx number of notifications you are planning to send per month?
we will most likely create a new micro service for this project to manage this. i would assume it would be python or java
i am doing a proof of concept for Addepar
@Jonathan Licht
Thanks for sharing