Call us toll free @ 888-497-7898

leads - labellead

Labels a lead given the lead id and the id of the label that needs to be assigned to the lead


API Call Information
area: leads
action: labellead

API Arguments
Argument Data Type Required Description
id integer Yes lead id
labelid integer Yes id of the label
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=leads&action=labellead&id=534545&labelid=5

API Result:
XML Response JSON Response
<response>
  <success>Lead Labeled</success>
</response>
{
    "success": "Lead Labeled"
}