Call us toll-free @ 888-497-7898

API Call Information

area: leads

action: addlabel

API Arguments

Argument Data Type Required Description

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=leads&action=addlabel&label=important&bodybackgroundcolor=#FF0000

API Response

XML Response

<response>
  <labelid>111</labelid>
  <success>Label Added</success>
</response>

JSON Response

{
    "labelid": "111",
    "success": "Label Added"
}