Merge Contact Lists
neuron_merge_contact_listsMerge two or more contact lists into a single unified list, deduplicating entries. Window merge creates a virtual union; materialized merge creates a static copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the resulting merged list | |
| slug | No | URL-friendly slug for the merged list (auto-generated if omitted) | |
| mergeType | Yes | Merge strategy: 'window' (virtual union, stays in sync) or 'materialized' (static copy at merge time) | |
| sourceListIds | Yes | UUIDs or slugs of the source lists to merge (minimum 2) |