Event: Customer information updated (custom fields, computed fields or basic fields)

Note: if you want an event when EDD status is updated, please refer to the Go!Risk webhook This event will be triggered when customer information is updated, a customer information can be updated by Algoreg automatically or by a human agent any time after the session finished. Content-Type: application/json
ParameterTypeDescription
client_idstringClient ID
customersarrayArray of customers algoreg ids and external ids
Exemple
{
  "event_id":"159236",
  "event_code":"customers_updated",
  "event_date":"2024-09-03T14:34:01Z",
  "event_source": "web",
  "data": {
    "client_id":1,
    "customers": [ {"customer_id":"0000400a-0000-4af0-0000-9aea69d80000", "external_id":"id-75845"} ]
  },
}