General Overview
This document provides an overview of the XDOC Document Event Notification API.
XDOC may be configured to send out XML notifications to a specified external endpoint upon document changes.
Notifications are triggered upon the following events in the UI:
- Adding a Document via the Fileroom
- Deleting a Document from the Viewer
- Updating a Document (Including Changing Field Values or Conditions Set)
- Moving a Document to a Different Loan
- Copying Documents
Using the API:
- Calls to Document.DocumentAdd
- Calls to Document.DocumentAddXML
- Calls to Document.DocumentDelete
SECTION | DESCRIPTION | |
S1 | Document Events Overview | Overview of the Document Event system. |
S2 | Event Endpoint Configuration | Configuration settings for enabling events and specifying the notification endpoint. |
S3 | Sample Notifications | Sample XML Notifications sent by XDOC to the external endpoint. |