We would like to have a Custom notification system for which we cannot only send emails but can do actions like creating incidents in an ITSM system or sending a password via SMS. We hope to accomplish that with the help of a Powershell Notification System.
Suggested solution:
Notification System
  • Ability to create a custom notification system
  • Support system configuration parameters (This is so the notification system can use these to connect to the external system like SMS provider, ITSM System, etc)
  • Support Powershell action to send the notification
  • Ability to create template definitions (this determines which params and data a template can hold)
Notifications
  • Create a template based on the template definition and assign an account notification event for it
  • Execute the send action based on the account notification event and supply person and account data (just like with email templates)