nodebb-plugin-write-api
nodebb-plugin-write-api copied to clipboard
Notification route
Will appreciate to have a route to send notification. Thanks in advance
Interesting idea, will consider adding it.
@julianlam I would like if I can help create the notification route. Is there any docs on the Notifications API, and how to use it?
Hi @jamesjjk -- thanks for the interest!
You'd follow the same format of the other routes (and probably have to start a new router file in the routes/v1/ directory to keep things organised).
You'll want to hook into the .create() and .push() routes in core.
@julianlam thanks I will check it out! Will try and create end-points for votes and notifications and mentions..