This page discusses the plugins for the Notification microservice.
The Notification microservice depends on the following plugins:
sendgrid-notification-plugin
valuefirst-notification-plugin
The implementation in these plug-ins extends the interface NotifyStrategy
. The signature details of NotifyStrategy
are listed in the following table. The plug-in has to be chosen from the value of the collection property. See also, About Extending Infosys Equinox Commerce.
EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|
NotifyStrategy | Indicates a class which triggers notification like email or SMS to the recipients with the given notification configuration. | public void notify(List<RecipientInfo> recipient, CollectionPropertyEntity collectionProperty, ActionEntity action, MessageSource messageSource) throws IOException; |
Revision History
2022-04-10 | JP – Fixed link and http issues.
2019-06-16 | PLK – Link added.
2019-05-17 | AM – Updated to a new table tool.
2019-04-16 | AM – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.