Configure webhooks
You can configure webhooks for your account in the developers settings at https://backoffice.algoreg.com/settings/developers . Under the section Webhooks settings you can define the following:| Setting | Description |
|---|---|
| Webhook callback URL | The URL where we will send the events to. |
| Authorization Token | An Authorization header you want us to send with the webhook call |
Events format
All the events will have the following format:List of events
| Event code | Product | Description |
|---|---|---|
| customer_event_updated | All | A customer timeline event was modified |
| customers_updated | All | A customer was modified |
| customer_document_updated | All | A customer document has been updated. |
| edds_updated | Go!Risk | A customer EDD decision has been updated. |
| alerts_updated | Go!Scan | An alert decision has been updated. |
| session_status_updated | Go!Vid | A session state changed. |
| session_decision_updated | Go!Vid | A session decision has been updated. |
| thread_updated | Go!Chat | A thread was changed or added. |
| thread_message_updated | Go!Chat | A thread message was changed or added. |
| transaction_updated | Go!KYT | A transaction was changed or added. |
List of event sources
| Event code | Description |
|---|---|
| system | The event followed a system job. |
| api | The event followed a call to the public api. |
| web | The event followed an action in the backoffice web app. |