Skip to main content
Webhooks allow your backend to receive real-time notifications of what happens during calls and appointment management. They are signed with HMAC-SHA256 to verify their origin.

MarIA → Client (events)

EHR/HIS integration (MarIA calls your HIS)

MarIA invokes these webhooks on your hospital system during appointment management:

Registering webhooks

Register the endpoints where you want to receive MarIA events:

Signature verification

All events carry the X-Integration-Signature: sha256=<hex> header computed over the RAW body. See HMAC Signature Verification for Node.js and Python code examples.
See the API Reference section for the full payload contracts of each event in the OpenAPI specification.