Skip to main content

Webhooks

Webhook support is coming soon. This page describes the planned architecture.
Nevatal webhooks allow your application to receive real-time HTTP notifications when events occur in your clinic — such as new appointments, payments, or patient updates.

How webhooks work

  1. You register a webhook endpoint URL in your Nevatal dashboard
  2. When an event occurs, Nevatal sends a POST request to your URL
  3. Your server processes the event and responds with 200 OK

Planned events

Webhook payload format

Security

Webhook payloads include a signature in the X-Nevatal-Signature header for verification. Details on signature validation will be provided when webhooks launch.

Interested?

Contact soporte@nevatal.com to join the webhook beta program.