addprofile

area emailaction addprofilePOSTwrite

Adds a sending profile to the account given an IP ID and Domain ID.

Domain can't be on two different sending servers.

Arguments

ArgumentTypeRequiredDescription
ipidintegerYesthe id of the IP Address to add.
domainidintegerYesthe id of domain name to add.

Example request

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

<response>
  <success>Profile Added</success>
  <id>3899</id>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.