Call us toll-free @ 888-497-7898

API Call Information

area: email

action: uploadlistfile

API Arguments

Argument Data 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

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=uploadlistfile

API Response

XML Response

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

JSON Response

{
    "listid": "479678",
    "status": "Success"
}