Add support for Whapi notification provider (#4323)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Edoardo Ridolfi 2024-04-03 02:22:01 +02:00 committed by GitHub
parent 937c8a9a7b
commit 822ce5384b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 82 additions and 1 deletions

View file

@ -55,6 +55,7 @@ import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
import ZohoCliq from "./ZohoCliq.vue";
import Splunk from "./Splunk.vue";
import Whapi from "./Whapi.vue";
import Cellsynt from "./Cellsynt.vue";
/**
@ -118,6 +119,7 @@ const NotificationFormList = {
"GoAlert": GoAlert,
"ServerChan": ServerChan,
"ZohoCliq": ZohoCliq,
"whapi": Whapi,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt,
};