Webhooks
In order to support bidirectional system integration, AlisQI can invoke external webhooks upon event triggers within AlisQI. These triggers are insert
, update
, delete
or manual
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.
Payload
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.
{
"@id": 1337,
"date":"2001-02-03 14:15:16",
"numeric":123,
"numerico":"<321",
"select":"option value",
"check":true
}Error reporting
Provide an error reporting email address to receive error reports in case of failed webhook invocations.
Overview of all webhooks
The Integration hub provides a list of all outgoing webhooks, as well as logs on their invocations.