Webhooks for new topic/reply notification
-
@Prasanna-Prachu I am not sure when this plugin will be updated but you can modify the library.js file of the plugin a little bit to make the plugin work.
Replace lines 35 - 41 from library.js with these
Slack.init = function(app, callback) { function render(req, res, next) { res.render('admin/plugins/slack', {}); } app.router.get('/admin/plugins/slack', app.middleware.admin.buildHeader, render); app.router.get('/api/admin/plugins/slack', render);
-
@Prasanna-Prachu plugin is now updated to work with v0.6.0
-
@pichalite Slack module is installed. Kindly guide me how to configure the Slack into NodeBB. Im using mailgun for sending mail. How to integrate mailgun and slack so that email need to trigger any new direct messages or mentions of your name.
-
This post is deleted!
-
This post is deleted!
-
@Prasanna-Prachu said:
I installed nodebb-plugin-slack module for email integration. Created a account in slack .
Kindly guide me how to configure slack module into NodeBB for new topic/reply email notification. -
@nhitchins Kindly guide me to integrate Slack webhook with nodeBB for new topic/reply email notification
-
Team,
Slack is configured in NodeBB , but email not triggerd from nodeBB. Is there any other way to trigger email notification for new topic/reply.
We are implementing this forum in our project.Kindly respond to this and help us to use the NodeBB -
@nhitchins Any Update on Slack integration with NodeBB?
-
Hey, you might be best posting an issue in the authors github plugin page, in case the author doesn't check here often
-
@Prasanna-Prachu What update are you looking for? slack plugin works fine with NodeBB.
-
@pichalite Guide me how to integrated Slack with NodeBB. We have Slack account and we have token generated by inbound webhook in Slack. But mail not getting triggered when someone post to the topic created by me
-
@Prasanna-Prachu Do you have the nodebb-plugin-slack setup in your NodeBB installation? If it is setup, are you seeing messages in the slack channel when a post is created?
-
@pichalite Slack plugin is installed in the Nodebb. Im unable to view the messages in Slack Channel. I created one channel and mapped that channel in NodeBB Slack plugin
-
@Prasanna-Prachu Can you post a screenshot of your slack plugin settings page?
-
@pichalite Attaching the Slack plugin screenshot in NodeBB
-
@Prasanna-Prachu for the domain, just enter the first part (before .slack.com) as mentioned in the place holder for that field. In your case that's "trumobi".
For token just enter the last part in that URL, the code after the last "/"
-
@pichalite The Token is https://hooks.slack.com/services/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
Then i need to provide the last part of the token . So i need to provide (INthnv5M3Yt4VDSJbtEcVAsm) in Token tab. Is my understanding is correct?
-
@Prasanna-Prachu yes
-
@pichalite Thanks for all of the hard work on this! NodeBB and Slack together are amazing
side note... v0.8.1 is not compatible unfortunately. I am getting the following error in my log when starting nodebb:
4/9 23:57 [24053] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-plugin-slack