Add OneSender Webhook notification (#4971)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Hasan Basri 2024-08-08 07:48:37 +07:00 committed by GitHub
parent 13f67462ad
commit 92e982a910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 142 additions and 1 deletions

View file

@ -29,6 +29,7 @@ import Nostr from "./Nostr.vue";
import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneBot from "./OneBot.vue";
import Onesender from "./Onesender.vue";
import Opsgenie from "./Opsgenie.vue";
import PagerDuty from "./PagerDuty.vue";
import FlashDuty from "./FlashDuty.vue";
@ -98,6 +99,7 @@ const NotificationFormList = {
"ntfy": Ntfy,
"octopush": Octopush,
"OneBot": OneBot,
"Onesender": Onesender,
"Opsgenie": Opsgenie,
"PagerDuty": PagerDuty,
"FlashDuty": FlashDuty,