uploadlistfile

area emailaction uploadlistfilePOSTwrite

Allows 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>

Arguments

ArgumentTypeRequiredDescription
listfileYesUpload field with either .csv or .txt file or a zip file containing txt or csv files.
titlestringNotitle of the list if not used uses the filename
folderintegerNoparent folder id

Example request

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

<response>
  <listid>479678</listid>
  <status>Success</status>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.