mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
feat: add notification provider SendGrid
(#5205)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
a20a43b8aa
commit
d7ffa33950
6 changed files with 121 additions and 2 deletions
|
@ -66,6 +66,7 @@ import Whapi from "./Whapi.vue";
|
|||
import Cellsynt from "./Cellsynt.vue";
|
||||
import WPush from "./WPush.vue";
|
||||
import SIGNL4 from "./SIGNL4.vue";
|
||||
import SendGrid from "./SendGrid.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
|
@ -139,7 +140,8 @@ const NotificationFormList = {
|
|||
"whapi": Whapi,
|
||||
"gtxmessaging": GtxMessaging,
|
||||
"Cellsynt": Cellsynt,
|
||||
"WPush": WPush
|
||||
"WPush": WPush,
|
||||
"SendGrid": SendGrid,
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue