@thalix Apparently there is no possibility via the write API.
ReDocMaybe this will help you:
https://github.com/NodeBB/NodeBB/blob/728ac5ff72dfd2300ebb80039d41b35013ffab4d/src/notifications.js
How can I get an RSS or Atom feed of the entire board? I've seen people using example.com/rss but that doesn't seem to work for me (404). I can subscribe to a discussion with Firefox, but not to a category or even the entire board.
The entire board? That's be tough and would be a severe drain on server resources to render the list every time you ping it
There's the sitemap... perhaps that might work?
Or possibly the /recent
RSS feed...
I think the /recent
one will be good enough. Thank you!