Call us toll-free @ 888-497-7898

API Call Information

area: email

action: addemail

API Arguments

Argument Data Type Required Description
id integer Yes id of the list
email string Yes email address to add to the list.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=addemail&id=12345&email=test@test.com

API Response

XML Response

<response>
  <success>Email Added to List</success>
  <id>22</id>
</response>

JSON Response

{
    "success": "Email Added to List",
    "id": "22"
}