> ## 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 copies properties from the "duplicate" record into the original record, so that the original record has the properties of both, and the duplicate record is deleted.



## 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: {}

````