getlistdetailGets a list of emails from the list with all the columns.
Custom columns can be fetched using <columnname></columnname>
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | list id number |
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
filter | string | No | allows the following values suppressed,active,softbounces,inactive,openers,clickers,openersorclickers,optout |
emailid | integer | No | filter to just the emailid of the email addresses |
email | string | No | filter to exact email address. |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getlistdetail &id=11234
<response> <records>1</records> <email>test@test.com</email> <emaildomain>test.com</emaildomain> <status>Good</status> <emailhash>206870899630</emailhash> <clickts/> <viewts/> <clickip/> <viewip/> <emailid>1</emailid> <debugreason/> </response>
{
"records": "1",
"email": "test@test.com",
"emaildomain": "test.com",
"status": "Good",
"emailhash": "206870899630",
"clickts": "",
"viewts": "",
"clickip": "",
"viewip": "",
"emailid": "1",
"debugreason": ""
}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.