# Webhooks changed record

One or multiple records being **changed** and reported upon via webhooks.

## Models that reference this object

- [Webhooks table changed](https://airtable.com/developers/web/api/model/webhooks-table-changed.md)

- `[key: string]: object`

  - `current: object` — required

    - `cellValuesByFieldId` — [Cell value V2 or null by fieldId](https://airtable.com/developers/web/api/field-model.md) — required

  - `previous: object` — optional

    - `cellValuesByFieldId` — [Cell value V2 or null by fieldId](https://airtable.com/developers/web/api/field-model.md) — required

  - `unchanged: object` — optional

    - `cellValuesByFieldId` — [Cell value V2 or null by fieldId](https://airtable.com/developers/web/api/field-model.md) — required
