...
The API is capable of webhook integration to an endpoint provided by the consuming client. The webhook is triggered in response to a document being processed within TCW. This processing maybe the result of the initial import into the system, as well as user driven modifications; for example through the creation of a remedial action after the document has been assessed. The webhook issues a POST request to an endpoint with the following JSON payload:
- EventName: "DocumentCalculated"
- DocumentId: <DocumentId>
- EventDateTime: <Timestamp>
- EventName: "DocumentCalculated"
Please refer to the Document Webhook Postman request for a working example.
...