Merge contact lists
Contact Lists
Merge Lists
Merges contacts from one or more source lists into the target list. Optionally deletes the source lists after merging.
POST
Merge contact lists
Merges contacts from one or more source lists into a target list. Optionally deletes the source lists after merging.
This is useful when payload limits require creating multiple sub-lists that should logically be one list. Instead of leaving SDRs with fragmented lists in the dialer, merge them server-side into a single clean list.
Path Parameters
- id (required, string): Target contact list ID to merge into.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
source_list_ids | string[] | Yes | IDs of the source lists to merge into the target (1–20 lists) |
delete_sources | boolean | No | Whether to delete the source lists after merging. Default: false |
Limits
- Max 20 source lists per merge request
- The target list cannot appear in
source_list_ids(it will be ignored)
Example Request
Response (201)
Returns the updated target contact list.Errors
| Status | Description |
|---|---|
| 404 | Target contact list not found |
Authorizations
Path Parameters
Target contact list ID to merge into
Example:
"507f1f77bcf86cd799439011"
Body
application/json