You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen the possibility to push notifications acvording to certain critreia, and multiple webhooks, but i was looking for an option to combine these.
I have a namespace that is handled by one team, and would need their notifications, and another namespace which is handled by another team with a different discord.
Is there a way to solve this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hmm, my thinking is that for you to have this behavior, you would probably need to rename the extension name (in DiscordNotifications.php::wfLoadExtension) and also inside the DiscordNotificationsCore and then load and configure the second extension in your LocalSettings.php file.
Then you can individually configure the allowed namespaces for both extensions and have them submit data into different API endpoints.
Hello,
I have seen the possibility to push notifications acvording to certain critreia, and multiple webhooks, but i was looking for an option to combine these.
I have a namespace that is handled by one team, and would need their notifications, and another namespace which is handled by another team with a different discord.
Is there a way to solve this?
Thank you!
The text was updated successfully, but these errors were encountered: