createlist

area emailaction createlistPOSTwrite

Allows creating a list by passing a data containing email addresses

This works best for small lists under 1000 records. For bigger lists use the uploadlist api

Arguments

ArgumentTypeRequiredDescription
titlestringYestitle of the list
emailsstringYesOne email address per line. Or you can insert a header row and containing multiple columns of email data.
folderintegerNoparent folder id
suppressionboolean (1 or 0)Nozero 0 if not suppression 1 if suppression list

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=createlist
  &title=newlist
  &emails=test@test.com
  &suppression=0

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <success>List Created</success>
  <id>145234</id>
</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.