🪝Webhooks

What are webhooks?

Webhooks are user-defined HTTP callbacks that allow FibriCheck to provide your application with real-time information. Instead of relying on continuous requests to check for updates or data changes, webhooks allow the sending of event-driven notifications.

In a webhook setup, an HTTP POST request is sent to a specified URL when a specific event occurs. The callback URL then receives the payload containing relevant data about the event, allowing the receiving application to process and act upon it.

Using webhooks in your integration

We support calling partner webhooks when a new measurement result is available.

To register your webhook in FibriCheck, please reach out to your FibriCheck contact person to discuss this further.

Last updated