Webhooks
In order to support bidirectional system integration, AlisQI can invoke external webhooks upon event triggers within AlisQI. These triggers are insert
, update
or delete
actions.
Webhooks are one of the actions in a Workflow.
AlisQI currently does not support webhooks for Document Management System events.
When creating a Workflow you can specify the end point URL you want to invoke.
Use https://user:password@example.com
format for HTTP basic authentication.
The webhook payload is identical to that of the getResults API operation.
See the in-app API documentation for a detailed description of the payload structure.
Error reporting
Provide an error reporting email address to receive error reports in case of failed webhook invocations.