WEBHOOK
record.merged
{
  "event_type": "record.merged",
  "id": {
    "workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
    "object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
    "record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b"
  },
  "duplicate_object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
  "duplicate_record_id": "3405be95-8375-46a0-bde0-03b3753f8c79",
  "actor": {
    "type": "workspace-member",
    "id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
  }
}

Body

application/json

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.

event_type
enum<string>
required
Available options:
record.merged
id
object
required
duplicate_object_id
string<uuid>
required

The ID of the object that was merged into the other

duplicate_record_id
string<uuid>
required

The ID of the record that was merged into the other

actor
object
required
Example:
{
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}

Response

200

Return a 200 status to indicate that the data was received successfully