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

# Note content updated

> This event is fired whenever the content (body) of a note is updated. The `parent_object_id` refers to the object that the note references (e.g. the person object), and the `parent_record_id` refers to the record that the note references.



## OpenAPI

````yaml https://api.attio.com/openapi/webhooks webhook note-content.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: {}

````