Call us toll-free @ 888-497-7898

API Call Information

area: sms

action: addmobiletolist

API Arguments

Argument Data Type Required Description
id integer Yes ID of the List to add a mobile number to.
mobile integer Yes Mobile number to add

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=addmobiletolist

API Response

XML Response

<response>
  <success>Mobile Added to List</success>
  <id>2</id>
</response>

JSON Response

{
    "success": "Mobile Added to List",
    "id": "2"
}