Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

"{ 
    Document: \{

        DocumentId:

...

Number

    \}

}

Please refer to the Document Webhook Postman request for a working example.

To get started with webhook integration, please raise a support desk ticket to provide your endpoint and secure API key.

...