Overview

This is quite technical topic. In short this feature allows Maica to get real-time notifications about the events that happened on NDIS side.

As per the NDIS reference:

Digital Partners can receive notifications for events they have subscribed to, by leveraging Webhooks.

Webhook (also called a web callback or HTTP push API), is a lightweight API that powers one-way data sharing triggered by events. Unlike typical API's where you would need to poll for data in order to get updates in real-time, a webhook delivers data to your application as the event happens, meaning you get the data immediately.

Maica allows to subscribe to NDIS Events and when something happens on NDIS side it triggers the webhook so Maica can perform an action like data sync.

Last updated