Call us toll free @ 888-497-7898

email - editemail

Edits an email entry inside a list. Given either email address or email id.
To edit email address pass the new email address via email parameter.
Also supports custom columns if they already exist in the list just pass the column name via the request.
Note: the column names are stored in our system as lowercase a-z0-9 spaces are removed.


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 Result:
XML Response JSON Response
<response>
  <success>Email entry updated</success>
</response>
{
    "success": "Email entry updated"
}