mergelistMerges multiple lists together into a new list. Keeps the original list!
| Argument | 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 (1 or 0) | No | Merge only email column and not all columns in the list into the new list. |
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> <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"
}addemailAdds an email to a list, when giving the list id. Also supports custom columns if they already exist in the list just pass the column name via the request.
createlistAllows creating a list by passing a data containing email addresses
deleteemailbyemailDeletes an email address from a list given it's list id and email address
deleteemailbyemailidDeletes an email address from a list given it's list id and email id
deletelistDeletes a list by a list id
editemailEdits an email entry inside a list. Given either email address or email id.
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.