+
+ https://docs.sendgrid.com/api-reference/mail-send/mail-send
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 35a3a920..efa2af5c 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -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;
diff --git a/src/lang/en.json b/src/lang/en.json
index c07e06fa..5bfc3bd9 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1051,5 +1051,7 @@
"From":"From",
"Can be found on:": "Can be found on: {0}",
"The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.",
- "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies."
+ "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.",
+ "SendGrid API Key": "SendGrid API Key",
+ "Separate multiple email addresses with commas": "Separate multiple email addresses with commas"
}