addemail

area emailaction addemailPOSTwrite

Adds an email to a list, when giving the list id. Also supports custom columns if they already exist in the list just pass the column name via the request.

Note: the column names are stored in our system as lowercase a-z0-9 spaces are removed.

Arguments

ArgumentTypeRequiredDescription
idintegerYesid of the list
emailstringYesemail address to add to the list.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=addemail
  &id=12345
  &email=test@test.com

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

Response

<response>
  <success>Email Added to List</success>
  <id>22</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.