0
Completed
Notifications: Add method registerMode() in "notification.class.php"
In the “notification.class.php” class there is a method called “getModes()” that defines the notification types. It would be interesting enable the inclusion of new types through plugins, as it is currently static. Examples of Use: Plugin for sending notifications of GLPI via Telegram, via Whatsapp, that is, customizable.
Customer support service by UserEcho
Hi,
Check the work in progress on GLPI 9.2 with these plugins skelettons :
- sms : https://github.com/teclib/sms
- irc : https://github.com/teclib/irc
- and this PR :https://github.com/glpi-project/glpi/pull/2207