addprofileAdds a sending profile to the account given an IP ID and Domain ID.
Domain can't be on two different sending servers.
| Argument | Type | Required | Description |
|---|---|---|---|
ipid | integer | Yes | the id of the IP Address to add. |
domainid | integer | Yes | the id of domain name to add. |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=addprofile &ipid=135 &domainid=535
The platform expects this call as a POST; the parameters are the same either way.
<response> <success>Profile Added</success> <id>3899</id> </response>
{
"success": "Profile Added",
"id": "3899"
}addcustomdomainAdds a custom domain to be used to send on behalf.
addcustomfromaddressAdds a custom from address given a custom domain id
adddomainAdds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain
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.