feat: add SerwerSMS notification provider

This commit is contained in:
Paweł Kuffel
2021-11-25 18:24:36 +01:00
parent 9f0c66d775
commit c1267e9b3b
6 changed files with 87 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ const Feishu = require("./notification-providers/feishu");
const AliyunSms = require("./notification-providers/aliyun-sms");
const DingDing = require("./notification-providers/dingding");
const Bark = require("./notification-providers/bark");
const SerwerSMS = require("./notification-providers/serwersms");
class Notification {
@@ -58,6 +59,7 @@ class Notification {
new Telegram(),
new Webhook(),
new Bark(),
new SerwerSMS(),
];
for (let item of list) {