Hi All, Currently in APIM when a publisher makes a new version of an existing api there is no OTB solution to notify the existing subscibers.
Since there is requirement for this, we planned to introuduce a Notification Feature in the coming APIM release. This Feature will help the publishers to send a notification message to the existing subscribers; when they are making a new copy of an existing API. since most users prefer notifications to be sent through email, we will provide a default implementation which will notify the subscribers through email. What we are planning to do 1. Create a EmailNotifier class which will send notification emails to the existing subscribers. 2. Provide a Notifier interface which will help the publishers to create their own Notification implementations according to their requirements such as SMSNotification. 3. Create a admin dashboard page to add email configurations, these configurations will be saved in a registry and will be used by EmailNotifier 4. Add an option to select the Notify subscribers in the API copying page 5. Planning to Implement the EmailNotifier class using JAVA Mail API[1] Any suggestions and thoughts are highly appreciated. [1] http://www.oracle.com/technetwork/java/faq-135477.html#1 -- *Sam Sivayogam* Software Engineer Mobile : +94 772 906 439 Office : +94 112 145 345 *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware.
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
