createlistAllows creating a list by passing a data containing email addresses
This works best for small lists under 1000 records. For bigger lists use the uploadlist api
| Argument | Type | Required | Description |
|---|---|---|---|
title | string | Yes | title of the list |
emails | string | Yes | One email address per line. Or you can insert a header row and containing multiple columns of email data. |
folder | integer | No | parent folder id |
suppression | boolean (1 or 0) | No | zero 0 if not suppression 1 if suppression list |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=createlist &title=newlist &emails=test@test.com &suppression=0
The platform expects this call as a POST; the parameters are the same either way.
<response> <success>List Created</success> <id>145234</id> </response>
{
"success": "List Created",
"id": "145234"
}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.
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.
getdatafeedsGets a list of data feeds from the account
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.