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

> This event is fired whenever two records are merged together. Merging produces a new record holding the values of both originals, which are themselves marked as merged. Each merge therefore fires two events: both carry the new record's ID in `id.record_id`, and each names one of the originals in `duplicate_record_id`.



## OpenAPI

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

````