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