Return Back to API List
API Call Information
area: email
action: editemail
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=editemail&listid=35345&emailaddress=test@test.com
API Call Result:
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. |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=editemail&listid=35345&emailaddress=test@test.com
API Call Result:
| XML Response | JSON Response |
| <response> <success>Email entry updated</success> </response> |
{
"success": "Email entry updated"
} |