Return Back to API List
API Call Information
area: email
action: addprofile
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=addprofile&ipid=135&domainid=535
API Call Result:
email - addprofile
Adds a sending profile to the account given an IP ID and Domain ID.
Domain can't be on two different sending servers.
API Call Information
area: email
action: addprofile
API Arguments
| Argument | Data 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=YOURAPIKEYHERE&area=email&action=addprofile&ipid=135&domainid=535
API Call Result:
| XML Response | JSON Response |
| <response> <success>Profile Added</success> <id>3899</id> </response> |
{
"success": "Profile Added",
"id": "3899"
} |