mergelist

area emailaction mergelistPOSTwrite

Merges multiple lists together into a new list. Keeps the original list!

Arguments

ArgumentTypeRequiredDescription
titlestringYesTitle of the new list created.
listidsstringYesA 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.
emailonlyboolean (1 or 0)NoMerge only email column and not all columns in the list into the new list.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=mergelist
  &listids=2,4,6
  &title=newlisttitle

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <success>List Merge in progress. Use a notification webhook to get the ID of the newly created list</success>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.