SevenIO Notification Provider (#4219)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Joschua Becker
2024-04-27 23:40:59 +02:00
committed by GitHub
parent 126d6cd912
commit 19e8c75c3b
6 changed files with 119 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ const GoAlert = require("./notification-providers/goalert");
const SMSManager = require("./notification-providers/smsmanager");
const ServerChan = require("./notification-providers/serverchan");
const ZohoCliq = require("./notification-providers/zoho-cliq");
const SevenIO = require("./notification-providers/sevenio");
const Whapi = require("./notification-providers/whapi");
const GtxMessaging = require("./notification-providers/gtx-messaging");
const Cellsynt = require("./notification-providers/cellsynt");
@@ -132,6 +133,7 @@ class Notification {
new WeCom(),
new GoAlert(),
new ZohoCliq(),
new SevenIO(),
new Whapi(),
new GtxMessaging(),
new Cellsynt(),