feat: new notification provider 46elks (#5184)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Erlaan 2024-10-11 11:07:34 +02:00 committed by GitHub
parent bafca6bd37
commit dda40610c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 93 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import CallMeBot from "./CallMeBot.vue";
import SMSC from "./SMSC.vue";
import DingDing from "./DingDing.vue";
import Discord from "./Discord.vue";
import Elks from "./46elks.vue";
import Feishu from "./Feishu.vue";
import FreeMobile from "./FreeMobile.vue";
import GoogleChat from "./GoogleChat.vue";
@ -82,6 +83,7 @@ const NotificationFormList = {
"smsc": SMSC,
"DingDing": DingDing,
"discord": Discord,
"Elks": Elks,
"Feishu": Feishu,
"FreeMobile": FreeMobile,
"GoogleChat": GoogleChat,