The following table describes the collection properties for the Notification microservice:

S. No.AttributeDefault ValueDescription
1SendEmailConfig{
"className": "com.skava.strategyimpl.SendGridEmailNofificationStrategyImpl",
"sendGridAPIKey": <sendGrid-APIKey>,
"sendGridEmailFrom": "admin@equinox.shop"
}
Indicates the configuration to trigger an email. An email will be triggered using the properties given in the default value.
2 SendSmsConfig {
"className": "com.skava.strategyimpl.DefaultSmsNotificationStrategyImpl",
"url": "http://www.myvaluefirst.com/smpp/sendsms",
"username": "demohttp26",
"password": <Password>,
"from": "TESTING",
"dlr_url": "http://www.equinox.com",
"udh": "0",
"category": "bulk"
}
Indicates the configuration to trigger a SMS. A SMS will be sent using the given attributes in the default value.




Revision History
2023-01-18 | SW – Content updated for 8.13 release.
2019-01-23 | PLK – Page created and content uploaded.