Skip to main content

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)

NameDescriptionTypeExample
sessionIdThe identifier of the sessionuuid550e8400-e29b-41d4-a716-446655440000
extendedDataCustom data that the external system might need to fulfill their integration{"dateOfBirth": "1970-01-01"}