addcanspamwhoisinfo

area emailaction addcanspamwhoisinfoPOSTwrite

Adds a can spam/whois information to the account returns whoisid

Arguments

ArgumentTypeRequiredDescription
companystringYescompany name
firstnamestringYesfirst name
lastnamestringYeslast name
emailstringYesemail address
phonestringYesphone number
addressstringYesaddress
citystringYescity
regionstringYesstate/region. If state two letters only
countrystringYescountry code two letters
primaryboolean (1 or 0)Nointeger 1 or 0 if it is the main whois

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=addcanspamwhoisinfo
  &company=abc
  &firstname=John
  &lastname=Smith
  &email=test@test.com
  &phone=8005555555
  &address=123mainstreet
  &city=springfield
  &region=CA
  &zip=12345
  &country=US
  &primary=1

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

Response

<response>
  <success>Whois/Can SPAM Added</success>
  <id>1</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.