zoho cliq notification provider

This commit is contained in:
panos 2022-12-08 13:32:10 +02:00
parent ecbc0f0477
commit 73bfdb9ef9
7 changed files with 147 additions and 0 deletions

View file

@ -44,6 +44,7 @@ const WeCom = require("./notification-providers/wecom");
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");
class Notification {
@ -100,6 +101,7 @@ class Notification {
new Webhook(),
new WeCom(),
new GoAlert(),
new ZohoCliq()
];
for (let item of list) {