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

# Record updated

> This event is fired whenever an attribute on a record is updated (e.g. changing the "name" field on a record).



## OpenAPI

````yaml https://api.attio.com/openapi/webhooks webhook record.updated
openapi: 3.1.0
info:
  title: Attio Webhook Events
  description: >-
    This page contains the schema, and an example, for every type of Webhook
    that we currently send. Our [using Webhooks
    guide](/rest-api/guides/webhooks) contains more information about how to use
    Webhooks.
  version: latest
servers:
  - url: https://{hostname}/{webhooks}
    description: Your server
    variables:
      hostname:
        default: example.com
      webhooks:
        default: webhooks
security: []
paths: {}

````