Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinetrue

Abstract

This project is a new feature request for the Apache Fineract CN. The SMS/Email Notifications service would be a microservice developed on Apache Fineract CN to enable MFI members to get notified on events occurring on their accounts.

...

Link to interactive wireframe

SMS Configuration

...

Interface:

Email Configuration Interface:

 

Template Customization Interface:


 

Enable notifications Interface:



Event Listeners

This tentative document identifies and shortlists events which will be considered for the notification service. Under each microservice, is a list of events and each event will have a corresponding email and SMS message. Likewise, each event will have a default message and recipient associated with it.

...

PS: The message samples listed are for demo purposes.

 

Identity Service: IdentityEventListener.java

...

Event: onGroupActivated

Event: onGroupUpdated

...

Deposit Service:

onAccrual

...

Event: onSaveDenomination

...

Cheque Service:

Event: onIssueCheques

...