FriendsOfFlarum / webhooks

Flarum with outgoing webhooks
MIT License
21 stars 12 forks source link

slack webhook does not work #48

Closed GentleCP closed 2 years ago

GentleCP commented 2 years ago

Hello, since I create an app in slack and add the webhook in flarum, it was disabled and the tips showed:

This webhook is disabled because it doesn't have any events enabled.

I don't know which slack event should be enabled, could you please give me some suggestions?

ctml91 commented 2 years ago

You have to edit the settings in the flarum webhook and add events so it knows what flarum events should trigger the webhook (discussion posted, reply posted, etc).

GentleCP commented 2 years ago

Ok,thanks a lot. 😄