-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webhook #892
Comments
Is it possible to sponsor the webhook implementation? My business could ideally use this as soon as possible for reporting information on new suggestions, comments, status changes, deleted posts and if a user upvoted/downvoted ideas. We use Discord, and would organize the information in conjunction with Stackstorm. |
If this helps anyone, I wrote up a Node.js script that fetches new posts from the Fider API every few minutes and posts them to a webhook. Until webhook functionality is official, this works for me in the meantime. |
Feature request:
I added a Webhook service, to received notifications (new_post, new_comment, status_change and delete_post).
It's not User facing, this first version it's only be configured with the
.env
file.I create an Notifier interface, to easily add new providers (Microsoft Teams, Mastodon, ...).
The text was updated successfully, but these errors were encountered: