Solved more reviews comments

pull/4625/head
Simon Nilsson 1 month ago
parent 502d10eeac
commit 20f20cc083

@ -9,7 +9,7 @@ class Cellsynt extends NotificationProvider {
*/
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
const okMsg = "Sent Successfully.";
let data = {
const data = {
// docs at https://www.cellsynt.com/en/sms/api-integration
params: {
"username": notification.cellsyntLogin,

@ -130,7 +130,7 @@ class Notification {
new GoAlert(),
new ZohoCliq(),
new GtxMessaging(),
new Cellsynt()
new Cellsynt(),
];
for (let item of list) {
if (! item.name) {

@ -117,7 +117,7 @@ const NotificationFormList = {
"ServerChan": ServerChan,
"ZohoCliq": ZohoCliq,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt
"Cellsynt": Cellsynt,
};
export default NotificationFormList;

Loading…
Cancel
Save