PromoSMS as Notification Provider

Add PromoSMS (Polish SMS Gateway) as new notification provider
This commit is contained in:
Lukas
2021-10-07 21:56:32 +02:00
parent ddad2dcb4a
commit 12b5489eb5
26 changed files with 112 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ const LunaSea = require("./notification-providers/lunasea");
const Mattermost = require("./notification-providers/mattermost");
const Matrix = require("./notification-providers/matrix");
const Octopush = require("./notification-providers/octopush");
const PromoSMS = require("./notification-providers/promosms");
const Pushbullet = require("./notification-providers/pushbullet");
const Pushover = require("./notification-providers/pushover");
const Pushy = require("./notification-providers/pushy");
@@ -37,6 +38,7 @@ class Notification {
new Mattermost(),
new Matrix(),
new Octopush(),
new PromoSMS(),
new Pushbullet(),
new Pushover(),
new Pushy(),