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.

Payload

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.

string
enum
required
Allowed:
id
object
required
uuid
required

The ID of the object that was merged into the other

uuid
required

The ID of the record that was merged into the other

actor
object
required
Response
200

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

LoadingLoading…