The following table describes the collection properties for the Notification microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | SendEmailConfig | {"className":"com.skava.strategyimpl.SendGridEmailNofificationStrategyImpl","sendGridAPIKey":"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","sendGridEmailFrom":"test@ skava.com","templateId":"f9d69d06-4aa5-418f-ab83-315c44c934db"} | 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":"huj20987","from":"TESTING","dlr_url":"http://www.skava.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
2019-01-23 | PLK – Page created and content uploaded.