Go!Vid
Webhooks events
Event 1: Session state changed
Session state change will be triggered when session is opened, consented, scenario is started or scenario is finished.
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
session_id | string | Session ID |
session_state | string | Session state |
language_code | string | Language code |
scenario_code | string | Scenario code |
Event 2: Session decision was updated
This event will be triggered when decision was updated, a decision can be taken by Algoreg automatically or by a human agent any time after the session finished.
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
session_id | string | Session ID |
status_id | integer | Status ID |
status_label | string | Status label |
status_type | string | Status type |