feat: add Ooredoo (Maldives) SMS notification provider (#7571)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Mifzaal Abdul Baari
2026-07-05 18:48:27 +05:00
committed by GitHub
parent ffa791da8b
commit 8854e00a92
6 changed files with 164 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ const Ntfy = require("./notification-providers/ntfy");
const Octopush = require("./notification-providers/octopush");
const OneChat = require("./notification-providers/onechat");
const OneBot = require("./notification-providers/onebot");
const Ooredoo = require("./notification-providers/ooredoo");
const Opsgenie = require("./notification-providers/opsgenie");
const JiraServiceManagement = require("./notification-providers/jira-service-management");
const PagerDuty = require("./notification-providers/pagerduty");
@@ -150,6 +151,7 @@ class Notification {
new OneChat(),
new OneBot(),
new Onesender(),
new Ooredoo(),
new Opsgenie(),
new JiraServiceManagement(),
new PagerDuty(),