Call us toll free @ 888-497-7898

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.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=addprofile&ipid=135&domainid=535

API Result:
XML Response JSON Response
<response>
  <success>Profile Added</success>
  <id>3899</id>
</response>
{
    "success": "Profile Added",
    "id": "3899"
}