adddomain

area emailaction adddomainPOSTwrite

Adds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain

Arguments

ArgumentTypeRequiredDescription
domainstringYesThe domain name to register. example: test.com
usercontrolledboolean (1 or 0)NoIf set to 1 we do not attempt to register the domain, but add the domain to the list. You need to make sure follow our domain parking guide.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=adddomain
  &domain=test.com
  &usercontrolled=1

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

Response

<response>
  <success>Domain Added</success>
  <id>111</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.