Docs »

Automations »

Events »

record.merged

record.merged automation events trigger after a set of records have been merged into a target, but before the sources have been deleted.

Placeholders

The automation event dictionary starts with the following values:

Key Type Notes
record_type_* text The merged record type.
records records An array of record dictionaries that were merged.
source_ids array An array of record IDs merged into target_id.
target_id id The destination record ID the source_ids merged into.
worker_* record The current worker dictionary. Supports key expansion.

Outputs

(none)