uploadlistbyfileAllows 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=listverify&action=uploadlistbyfile" enctype="multipart/form-data" method="post">
File: <input type="file" name="list">
<br>
<input type="submit" value="Submit">
</form>
API Call Information
area: list
action: uploadlistbyfile
| 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 |
autoverify | boolean (1 or 0) | No | automaticlly start verification if set to true |
autocopyemailmarketing | boolean (1 or 0) | No | copies the file to email marketing after done being verified. |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=listverify &action=uploadlistbyfile
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"
}deletelistDeletes a list given the list id
getaccountinfoGets list verify package information and total stats for all lists in the account.
getlistsGets a list of all list verify jobs
getliststatusGet list details
pauseverifyPause a list verify job
resumeverifyResumes a list verify job that was paused
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.