mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-08-07 11:34:58 +00:00
feat: add Plivo SMS notification provider (#7584)
This commit is contained in:
@@ -45,6 +45,7 @@ const Pumble = require("./notification-providers/pumble");
|
||||
const FlashDuty = require("./notification-providers/flashduty");
|
||||
const Flowtriq = require("./notification-providers/flowtriq");
|
||||
const PagerTree = require("./notification-providers/pagertree");
|
||||
const Plivo = require("./notification-providers/plivo");
|
||||
const PromoSMS = require("./notification-providers/promosms");
|
||||
const Pushbullet = require("./notification-providers/pushbullet");
|
||||
const PushDeer = require("./notification-providers/pushdeer");
|
||||
@@ -158,6 +159,7 @@ class Notification {
|
||||
new FlashDuty(),
|
||||
new Flowtriq(),
|
||||
new PagerTree(),
|
||||
new Plivo(),
|
||||
new PromoSMS(),
|
||||
new Pumble(),
|
||||
new Pushbullet(),
|
||||
|
||||
Reference in New Issue
Block a user