getdomainsReturns a list of domains from the account
| Argument | Type | Required | Description |
|---|---|---|---|
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getdomains &start=0 &limit=10
<response> <records>1</records> <domain> <id>740</id> <domain>test.com</domain> <status>Domain Ready</status> <datecreated>September 28, 2011, 02:13:02 pm</datecreated> <monitorenabled>No</monitorenabled> <monitornexttime>Never</monitornexttime> <redirecturl>http://yahoo.com</redirecturl> <forwardingemail>test@test.com</forwardingemail> </domain> </response>
{
"records": "1",
"domain": {
"id": "740",
"domain": "test.com",
"status": "Domain Ready",
"datecreated": "September 28, 2011, 02:13:02 pm",
"monitorenabled": "No",
"monitornexttime": "Never",
"redirecturl": "http://yahoo.com",
"forwardingemail": "test@test.com"
}
}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
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.
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.