Completion Webhook
Description
To let your system know when a Triage Session is completed, we will register a webhook for you that Visiba Triage will make a POST request to. This page documents what Visiba Traige will send to you in that request. The user will by default be navigated to a thank you-view in the Triage UI.
Security
The webhook can be configured with an Authorization token (highly recommended). This will be attached to the Authorization header as Bearer {token}. If you wish to use this feature, please contact us.
- Name:
Authorization - In:
HTTP Headers - Value:
Bearer {token}
Request Parameters (body)
| Name | Description | Type | Example |
|---|---|---|---|
sessionId | The identifier of the session | uuid | 550e8400-e29b-41d4-a716-446655440000 |
extendedData | Custom data that the external system might need to fulfill their integration | {"dateOfBirth": "1970-01-01"} |