Event Subscriptions
The Subscription Object
If you want bidirectional integrations, vendors must subscribe to a resource to receive immediate updates on the resource. Current supported resources are here: https://docs.elationhealth.com/reference/webhooks.
When a resource is saved/deleted/signed off, an HTTP/POST request is sent to your target URL.
The target URL should accept a JSON string in the POST body of the request.
The subscription object looks like the following: