Skip to content

Commit 1a351d1

Browse files
authored
feat(web): add generic webhook as notification service option (#170)
1 parent 59d16f3 commit 1a351d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/api/notifications.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const notificationsApi = {
198198
// Helper functions
199199
export const SHOUTRRR_SERVICES = [
200200
{ value: "discord", label: "Discord", example: "discord://TOKEN@ID" },
201+
{ value: "generic", label: "Generic Webhook", example: "generic://HOSTNAME/PATH?template=json" },
201202
{ value: "gotify", label: "Gotify", example: "gotify://HOSTNAME/TOKEN" },
202203
{ value: "email", label: "Email", example: "smtp://USERNAME:PASSWORD@HOST:PORT/?from=FROM&to=TO" },
203204
{ value: "googlechat", label: "Google Chat", example: "googlechat://SPACE/KEY/TOKEN" },

0 commit comments

Comments
 (0)