New notification provider: SMS Partner API (#4769)

Co-authored-by: Nicolas Verlhiac <nicolas@novariom.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Nicolas Verlhiac 2024-05-22 22:53:49 +02:00 committed by GitHub
parent 88b7c047a8
commit b1e95968c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 95 additions and 0 deletions

View file

@ -43,6 +43,7 @@ import ServerChan from "./ServerChan.vue";
import SerwerSMS from "./SerwerSMS.vue";
import Signal from "./Signal.vue";
import SMSManager from "./SMSManager.vue";
import SMSPartner from "./SMSPartner.vue";
import Slack from "./Slack.vue";
import Squadcast from "./Squadcast.vue";
import SMSEagle from "./SMSEagle.vue";
@ -110,6 +111,7 @@ const NotificationFormList = {
"serwersms": SerwerSMS,
"signal": Signal,
"SMSManager": SMSManager,
"SMSPartner": SMSPartner,
"slack": Slack,
"squadcast": Squadcast,
"SMSEagle": SMSEagle,