You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Ed Cable <ed...@mifos.org> on 2019/07/08 18:42:25 UTC

Re: Fineract CN Notifications Endpoints Details

Adding the mailing lists to this thread.

@Ebenezer Graham <eb...@gmail.com> are you able to assist
Saksham?

Ed

On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
wrote:

> Hi all,
>
> Can someone provide me with the API docs for Notification Endpoint used in
> Fineract CN application?
>
>
> --
> Regards,
> Saksham Handu
>


-- 
*Ed Cable*
President/CEO, Mifos Initiative
edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
<http://facebook.com/mifos>  <http://www.twitter.com/mifos>

Re: Fineract CN Notifications Endpoints Details

Posted by Awasum Yannick <aw...@apache.org>.
Notification for Fineract CN is meant to be used for SMS or Email
notifications to customers. Its just an MVP for that purpose.

For In-App notifications, we will need to build something else together
with ActiveMQ (which is already well integrated with Fineract CN backend).

Just making things clear and managing expectations for the current
available features.

On Thu, Jul 11, 2019 at 5:48 AM Saksham Handu <ac...@gmail.com>
wrote:

> List of the API Endpoints for Notifications is required for Fineract CN,
> along with the Request and Response Body.
>
> Sincerely,
> Saksham Handu
>
>
> On Wed, Jul 10, 2019, 1:19 PM Ebenezer Graham <eg...@alustudent.com>
> wrote:
>
>> Hi Rahul/Ed,
>>
>> I can help with this.
>>
>> What is the use case?
>>
>> Regards.
>>
>>
>>
>> On Mon, 8 Jul 2019 at 22:43, Ed Cable <ed...@mifos.org> wrote:
>>
>>> Adding the mailing lists to this thread.
>>>
>>> @Ebenezer Graham <eb...@gmail.com> are you able to assist
>>> Saksham?
>>>
>>> Ed
>>>
>>> On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Can someone provide me with the API docs for Notification Endpoint used
>>>> in Fineract CN application?
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Saksham Handu
>>>>
>>>
>>>
>>> --
>>> *Ed Cable*
>>> President/CEO, Mifos Initiative
>>> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>>
>>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>>> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>>
>>>

Re: Fineract CN Notifications Endpoints Details

Posted by Saksham Handu <ac...@gmail.com>.
Hi,

As per the discussion above, if In-App Notification functionality is not
built now, and is being planned to be built in the near future. Can someone
share the Endpoints and Request/Response so that mobile developers can use
them and built the functionality using Fake Response Layer and later on
when the API's are developed, minor refactoring will do the job and make
the app compatible with newly API's.

Sincerely,
Saksham Handu

On Fri, Jul 12, 2019 at 4:42 AM Ebenezer Graham <eg...@alustudent.com>
wrote:

> Hi Saksham,
>
> The endpoints are designed to manage email and SMS gateway
> *configurations* only. If you are designing features for an organization
> admin to be able to manage gateways from the mobile app then these will be
> helpful.
>
> You can find the notification's endpoints here:
> https://ebenezergraham.github.io/fineract-cn-api-docs-site/notification/.
>
> NB: You can't explicitly trigger specific external notifications through
> an endpoint eg: Notify a customer/staff about an event.
>
> If your use cases involve scenarios such as sending a notification to a
> customer after updating their address details, It will not be necessary to
> trigger it manually. The notification service will automatically detect it
> after the request has been processed by the customer microservice.
>
> *Cheers*
>
> On Thu, 11 Jul 2019 at 08:48, Saksham Handu <ac...@gmail.com>
> wrote:
>
>> List of the API Endpoints for Notifications is required for Fineract CN,
>> along with the Request and Response Body.
>>
>> Sincerely,
>> Saksham Handu
>>
>>
>> On Wed, Jul 10, 2019, 1:19 PM Ebenezer Graham <eg...@alustudent.com>
>> wrote:
>>
>>> Hi Rahul/Ed,
>>>
>>> I can help with this.
>>>
>>> What is the use case?
>>>
>>> Regards.
>>>
>>>
>>>
>>> On Mon, 8 Jul 2019 at 22:43, Ed Cable <ed...@mifos.org> wrote:
>>>
>>>> Adding the mailing lists to this thread.
>>>>
>>>> @Ebenezer Graham <eb...@gmail.com> are you able to assist
>>>> Saksham?
>>>>
>>>> Ed
>>>>
>>>> On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> Can someone provide me with the API docs for Notification Endpoint
>>>>> used in Fineract CN application?
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Saksham Handu
>>>>>
>>>>
>>>>
>>>> --
>>>> *Ed Cable*
>>>> President/CEO, Mifos Initiative
>>>> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>>>
>>>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>>>> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>>>
>>>>

-- 
Regards,
Saksham Handu

Re: Fineract CN Notifications Endpoints Details

Posted by Ebenezer Graham <eg...@alustudent.com>.
Hi Saksham,

The endpoints are designed to manage email and SMS gateway *configurations*
only. If you are designing features for an organization admin to be able to
manage gateways from the mobile app then these will be helpful.

You can find the notification's endpoints here:
https://ebenezergraham.github.io/fineract-cn-api-docs-site/notification/.

NB: You can't explicitly trigger specific external notifications through an
endpoint eg: Notify a customer/staff about an event.

If your use cases involve scenarios such as sending a notification to a
customer after updating their address details, It will not be necessary to
trigger it manually. The notification service will automatically detect it
after the request has been processed by the customer microservice.

*Cheers*

On Thu, 11 Jul 2019 at 08:48, Saksham Handu <ac...@gmail.com>
wrote:

> List of the API Endpoints for Notifications is required for Fineract CN,
> along with the Request and Response Body.
>
> Sincerely,
> Saksham Handu
>
>
> On Wed, Jul 10, 2019, 1:19 PM Ebenezer Graham <eg...@alustudent.com>
> wrote:
>
>> Hi Rahul/Ed,
>>
>> I can help with this.
>>
>> What is the use case?
>>
>> Regards.
>>
>>
>>
>> On Mon, 8 Jul 2019 at 22:43, Ed Cable <ed...@mifos.org> wrote:
>>
>>> Adding the mailing lists to this thread.
>>>
>>> @Ebenezer Graham <eb...@gmail.com> are you able to assist
>>> Saksham?
>>>
>>> Ed
>>>
>>> On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Can someone provide me with the API docs for Notification Endpoint used
>>>> in Fineract CN application?
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Saksham Handu
>>>>
>>>
>>>
>>> --
>>> *Ed Cable*
>>> President/CEO, Mifos Initiative
>>> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>>
>>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>>> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>>
>>>

Re: Fineract CN Notifications Endpoints Details

Posted by Saksham Handu <ac...@gmail.com>.
List of the API Endpoints for Notifications is required for Fineract CN,
along with the Request and Response Body.

Sincerely,
Saksham Handu


On Wed, Jul 10, 2019, 1:19 PM Ebenezer Graham <eg...@alustudent.com>
wrote:

> Hi Rahul/Ed,
>
> I can help with this.
>
> What is the use case?
>
> Regards.
>
>
>
> On Mon, 8 Jul 2019 at 22:43, Ed Cable <ed...@mifos.org> wrote:
>
>> Adding the mailing lists to this thread.
>>
>> @Ebenezer Graham <eb...@gmail.com> are you able to assist
>> Saksham?
>>
>> Ed
>>
>> On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
>> wrote:
>>
>>> Hi all,
>>>
>>> Can someone provide me with the API docs for Notification Endpoint used
>>> in Fineract CN application?
>>>
>>>
>>> --
>>> Regards,
>>> Saksham Handu
>>>
>>
>>
>> --
>> *Ed Cable*
>> President/CEO, Mifos Initiative
>> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>
>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>
>>

Re: Fineract CN Notifications Endpoints Details

Posted by Ebenezer Graham <eg...@alustudent.com>.
Hi Rahul/Ed,

I can help with this.

What is the use case?

Regards.



On Mon, 8 Jul 2019 at 22:43, Ed Cable <ed...@mifos.org> wrote:

> Adding the mailing lists to this thread.
>
> @Ebenezer Graham <eb...@gmail.com> are you able to assist
> Saksham?
>
> Ed
>
> On Mon, Jul 8, 2019 at 11:39 AM Saksham Handu <ac...@gmail.com>
> wrote:
>
>> Hi all,
>>
>> Can someone provide me with the API docs for Notification Endpoint used
>> in Fineract CN application?
>>
>>
>> --
>> Regards,
>> Saksham Handu
>>
>
>
> --
> *Ed Cable*
> President/CEO, Mifos Initiative
> edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>
> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
> <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>
>