Notification support for Discord
-
Hi all,
I see there is only support for Telegram, Pushover and Slack. Is there any way to push notifications to Discord ?
I found out there's a way pass a Discord Webhook to the Slack Webhook and it works fine. Sadly, in pfsense, they request the APIKEY directly which makes it impossible to use something else than Slack (good for security I guess).
Any how, please advise <3
-
@enissay said in Notification support for Discord:
Any how, please advise <3
Three options:
-
open a redmine request at https://redmine.pfsense.org/
-
Offer a feature bounty in the forums for someone else to write it and get an MR (merge request) into the basecode at https://forum.netgate.com/category/30/bounties
-
Write one and make an MR to get it added.
I am a user of both Slack and Discord myself and have written a bot for my needs in Discord but I can tell you that it will require a number of working wheels to do it. You might want to make an IFTTT which will do translations between services.
-
-
@rcoleman-netgate reviving this topic because I think I'll move all my notifications from Telegram to Discord.
Right now Discord supports webhooks (like OP said). I believe it would be a matter of allowing users to set one and pushing the notifications to it. Whatever other stuff is needed for that to work would be on the user.
I'll take a look at the code for the notifications and see if I can work something out. Unless there's some reason not to support webhooks.