Update server/notification-providers/cellsynt.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4625/head
Simon Nilsson 1 month ago committed by GitHub
parent 07dcc6b5d7
commit 08a0a6d251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,9 +11,7 @@ class Cellsynt extends NotificationProvider {
const okMsg = "Sent Successfully."; const okMsg = "Sent Successfully.";
let data = { let data = {
/** // docs at https://www.cellsynt.com/en/sms/api-integration
* You can find more information about the API here: https://www.cellsynt.com/en/sms/api-integration
*/
params: { params: {
"username": notification.cellsyntLogin, "username": notification.cellsyntLogin,
"password": notification.cellsyntPassword, "password": notification.cellsyntPassword,

Loading…
Cancel
Save