Add aliyun sms notification

This commit is contained in:
wuwenjing
2021-10-13 11:55:01 +08:00
parent 1e5ce92917
commit a2f2253221
5 changed files with 99 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ const Teams = require("./notification-providers/teams");
const Telegram = require("./notification-providers/telegram");
const Webhook = require("./notification-providers/webhook");
const Feishu = require("./notification-providers/feishu");
const AliyunSms = require("./notification-providers/aliyun-sms");
class Notification {
@@ -31,6 +32,7 @@ class Notification {
const list = [
new Apprise(),
new AliyunSms(),
new Discord(),
new Teams(),
new Gotify(),