Call us toll-free @ 888-497-7898

API Call Information

area: email

action: editemail

API Arguments

Argument Data Type Required Description
listid integer Yes ID of the list that contains the email entry to edit.
emailaddress string No Email address to edit
emailid integer No The email id to edit in the list.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=editemail&listid=35345&emailaddress=test@test.com

API Response

XML Response

<response>
  <success>Email entry updated</success>
</response>

JSON Response

{
    "success": "Email entry updated"
}