getsendingprofilesReturns a list of sending profiles 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=getsendingprofiles &start=0 &limit=10
<response> <records>1</records> <profile> <id>7563</id> <ip>127.0.0.1</ip> <domain>test.com</domain> <serverid>2325</serverid> <ipid>1873</ipid> <domainid>740</domainid> <totalsent>2</totalsent> <datecreated>September 28, 2011, 02:14:37 pm</datecreated> </profile> </response>
{
"records": "1",
"profile": {
"id": "7563",
"ip": "127.0.0.1",
"domain": "test.com",
"serverid": "2325",
"ipid": "1873",
"domainid": "740",
"totalsent": "2",
"datecreated": "September 28, 2011, 02:14:37 pm"
}
}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.