uploadlistfileAllows you to upload a list to the system either csv,txt file or a zip file containing txt or csv files.
Example form code below:
<form action="https://www.apiurl.com/api.php?apikey=APIKEYHERE&area=email&action=uploadlistfile" enctype="multipart/form-data" method="post">
File: <input type="file" name="list">
<br>
<input type="submit" value="Submit">
</form>
| Argument | Type | Required | Description |
|---|---|---|---|
list | file | Yes | Upload field with either .csv or .txt file or a zip file containing txt or csv files. |
title | string | No | title of the list if not used uses the filename |
folder | integer | No | parent folder id |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=uploadlistfile
The platform expects this call as a POST; the parameters are the same either way.
<response> <listid>479678</listid> <status>Success</status> </response>
{
"listid": "479678",
"status": "Success"
}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.