New notification provider: Threema Gateway

This commit is contained in:
booooza 2024-06-14 12:25:19 +02:00
parent fbf7b77ceb
commit 2e5e103434
No known key found for this signature in database
GPG key ID: 9C897D14EA4759EC
6 changed files with 179 additions and 1 deletions

View file

@ -52,6 +52,7 @@ import STMP from "./SMTP.vue";
import Teams from "./Teams.vue";
import TechulusPush from "./TechulusPush.vue";
import Telegram from "./Telegram.vue";
import Threema from "./Threema.vue";
import Twilio from "./Twilio.vue";
import Webhook from "./Webhook.vue";
import WeCom from "./WeCom.vue";
@ -119,6 +120,7 @@ const NotificationFormList = {
"stackfield": Stackfield,
"teams": Teams,
"telegram": Telegram,
"threema": Threema,
"twilio": Twilio,
"Splunk": Splunk,
"webhook": Webhook,