Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Receiving Webhooks

In order for MifosX to send webhook payloads, your server needs to be accessible from the Internet. 

Webhook Headers

MifosX will send along a few HTTP headers to differentiate between event types.

NameDescription
X-Mifos-EntityThe entity type that was triggered.
X-Mifos-ActionThe action triggered on the entity type.
X-Mifos-Platform-TenantId

The tenant which experienced the event.

List hooks

 https://demo.openmf.org/api-docs/apiLive.htm#configs_hooks_retrieve

Create a hook

 https://demo.openmf.org/api-docs/apiLive.htm#configs_hooks_create

Update a hook

 https://demo.openmf.org/api-docs/apiLive.htm#configs_hook_update

Delete a hook

https://demo.openmf.org/api-docs/apiLive.htm#configs_hook_delete

Get Template

 https://demo.openmf.org/api-docs/apiLive.htm#hooks_template

UML Diagram

 

ER Diagram

 

  • No labels