-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature Request: Multiple rule sets #23
Comments
This would require adding support for multiple webhooks, as a Discord webhook can only be active on a single channel. So each notification "set" would have to map to a single webhook URL, and thus a single channel. What do you mean by the criteria rules? Do you mean the existing set of rules being able to be configured for each webhook? (Ex: preview length, which forums generate notifications, which notification types are enabled, etc). That's what I'm assuming. Otherwise you'll need to request exactly what sort of rules you'd like to see. I think this is a good feature suggestion. It will be a large amount of work to implement though. |
You pretty much hit the nail on the head. I was hoping to be able to push out notifications to multiple Discord channels using multiple webhooks. By rulesets, I pretty much though something like: Ruleset 1: Post is created in FourmA, push notification goes to WebhookA and WebHookB |
I'd love to see this! As the extension is right now, it's not possible to both have a public webhook that just shows new topics, and a moderator webhook that shows everything; I can only choose one or the other. Being able to pick notification types per webhook would add a ton more granularity and value to this extension! |
It would be nice if we had the ability to set up multiple notifications sets so it could send notifications to different Discord channels based on different criteria rules.
The text was updated successfully, but these errors were encountered: