Is it possible schedulate notifications in the future?
-
Like in a plugin?
-
It's possible, but not easy.
-
The relevant notification functions are
Notifications.create
andNotifications.push
When a notification is created, the time is always set to the current time, but we may consider making this changeable if there is interest.
You'll probably want to use
node-cron
in your plugin to schedule a notification push to a future date.
Copyright © 2024 NodeBB | Contributors