Merges multiple lists together into a new list. Keeps the original list!
| Argument | Data Type | Required | Description |
| title | string | Yes | Title of the new list created. |
| listids | string | Yes | A comma separated list of list ids to merge together. Rules no more than 15 lists, and no more than 4 million records total. If you need higher limits contact us. |
| emailonly | boolean either 1 or 0 | No | Merge only email column and not all columns in the list into the new list. |
| XML Response | JSON Response |
| <response> <success>List Merge in progress. Use a notification webhook to get the ID of the newly created list</success> </response> |
{
"success": "List Merge in progress. Use a notification webhook to get the ID of the newly created list"
} |