/
Consumers
Consumers
Customized SMS creation: Once an application is created/updated the data is pushed on kafka topic. We trigger notification by consuming data from this topic. Whenever any message is consumed the service will call the localisation service to fetch the SMS template. It will then replace the placeholders in the SMS template with the values in the message it consumed(For example: It will replace the {NAME} placeholder with owner name from the data consumed). Once the SMS text is ready, the service will push this data(Create the SMSRequest object which is part of common modules and push the object) on notification topic. (SMS service consumes data from notification topic and triggers SMS).
, multiple selections available,
Related content
Integration with URL Shortener
Integration with URL Shortener
Read with this
SMS Notification Service
SMS Notification Service
More like this
Integration with Workflow service
Integration with Workflow service
Read with this
egov-notification-sms
egov-notification-sms
More like this
Integrating with User service
Integrating with User service
Read with this
Notification Consumer
Notification Consumer
More like this