Try Pushbullet. I use it on my forum.
https://github.com/nodebb/nodebb-plugin-pushbullet
Also search here for pushbullet, there are a number of threads for it.
If this can be done via pushbullet, than it would be awesome.
Otherwise, as a workaround we're trying it via the RSS feed plugin.
By the way, is it possible to shorten the interval time for checking an RSS feed?
@Giorgio-Chiodi I replied in the other post you made about this.
The rss plugin should have a dropdown that lets you change the interval. https://github.com/barisusakli/nodebb-plugin-rss/blob/master/public/templates/admin/plugins/rss.tpl#L30
@baris Can it be less than 1 minute? can we set it somewhere (in the code) to 10 seconds?
AFAIK the minimum interval on the cron is 1 minute.
cronJobs.push(new cron('* * * * *', function() { pullFeedsInterval(1); }, null, false));
@Giorgio-Chiodi at the moment, the Pushbullet API is not mature enough to allow pushes to NodeBB... But it will be, soon!
However, this brings up the problem of which category to push to...