+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 6f7f31a48..5de8b8461 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -44,6 +44,7 @@ import PagerDuty from "./PagerDuty.vue";
import FlashDuty from "./FlashDuty.vue";
import Flowtriq from "./Flowtriq.vue";
import PagerTree from "./PagerTree.vue";
+import Plivo from "./Plivo.vue";
import PromoSMS from "./PromoSMS.vue";
import Pumble from "./Pumble.vue";
import Pushbullet from "./Pushbullet.vue";
@@ -146,6 +147,7 @@ const NotificationFormList = {
FlashDuty: FlashDuty,
Flowtriq: Flowtriq,
PagerTree: PagerTree,
+ plivo: Plivo,
promosms: PromoSMS,
pumble: Pumble,
pushbullet: Pushbullet,
diff --git a/src/lang/en.json b/src/lang/en.json
index e45502382..6c05e9274 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1048,6 +1048,14 @@
"telnyxToNumberHelptext": "The destination phone number to receive SMS notifications (e.g. +15559876543)",
"telnyxMessagingProfileId": "Messaging Profile ID (optional)",
"telnyxMessagingProfileIdHelptext": "Optionally associate a Telnyx Messaging Profile to control sender settings and features",
+ "plivoAuthID": "Auth ID",
+ "plivoAuthIDHelptext": "Your Plivo Auth ID from the Plivo Console",
+ "plivoAuthToken": "Auth Token",
+ "plivoAuthTokenHelptext": "Your Plivo Auth Token from the Plivo Console",
+ "plivoFromNumber": "From Number",
+ "plivoFromNumberHelptext": "The Plivo phone number or sender ID to send from (e.g. +15551234567)",
+ "plivoToNumber": "To Number",
+ "plivoToNumberHelptext": "The destination phone number to receive SMS notifications (e.g. +15559876543)",
"twilioAccountSID": "Account SID",
"twilioApiKey": "Api Key (optional)",
"twilioApiKeyHelptext": "The API key is optional but recommended. You can provide either Account SID and AuthToken from the may TwilioConsole page or Account SID and the pair of Api Key and Api Key secret",