openMF / message-gateway

Message gateway is a push messaging service for Fineract provider that makes it simple to push notifcations through SMS and email
Mozilla Public License 2.0
25 stars 76 forks source link

Handling callback event and fetching message status by id #38

Closed ankita10r closed 2 years ago

ankita10r commented 2 years ago

@avikganguly01 @SubhamPramanik : please review

ankita10r commented 2 years ago

@SubhamPramanik : the code changes in this PR pertain to callback event that would be triggered after the provider has successfully delivered a sms. [this is an update on the previous merged PR https://github.com/openMF/message-gateway/pull/37] Code changes also includes provision for manually fetching the message status from provider if the callback does not happen.