adddomainAdds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain
| Argument | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | The domain name to register. example: test.com |
usercontrolled | boolean (1 or 0) | No | If 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. |
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> <success>Domain Added</success> <id>111</id> </response>
{
"success": "Domain Added",
"id": "111"
}addcustomdomainAdds a custom domain to be used to send on behalf.
addcustomfromaddressAdds a custom from address given a custom domain id
addprofileAdds a sending profile to the account given an IP ID and Domain ID.
deletecustomdomainDeletes a custom domain used for sending on behalf. Also deletes any custom from addresses that have been setup using that domain
deletecustomfromaddressDeletes a custom from address given the id.
deletedomainThis deletes a domain from the account.
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.