Call us toll free @ 888-497-7898

listverify - uploadlistbyurl

Uploads a list to the account given a url to a list.


API Call Information
area: listverify
action: uploadlistbyurl

API Arguments
Argument Data Type Required Description
url string Yes a string containing the url to list. Must end with .txt, .csv, Url must start with http:// or https://
autoverify boolean either 1 or 0 No if set to 1 will auto verify the list if the account has enough credits.
autocopyemailmarketing boolean either 1 or 0 No copies the list to to email marketing after verified.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=uploadlistbyurl&url=https://yoursite.com/mydata.csv

API Result:
XML Response JSON Response
<response>
  <importid>29877</importid>
  <listid>33967</listid>
  <status>Processing</status>
</response>
{
    "importid": "29877",
    "listid": "33967",
    "status": "Processing"
}