Skip to content
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

Open
Setzar85 opened this issue Nov 9, 2018 · 3 comments
Open

Feature Request: Multiple rule sets #23

Setzar85 opened this issue Nov 9, 2018 · 3 comments

Comments

@Setzar85
Copy link

Setzar85 commented Nov 9, 2018

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.

@rootslinux
Copy link
Owner

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.

@Setzar85
Copy link
Author

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
Ruleset 2: Post is created in ForumB, push notification goes to WebhookA
Ruleset 3: Post is created in ForumC: push notification goes to WebhookA, WebhookC & WebhookD,

@FlitPix
Copy link

FlitPix commented Sep 15, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants