editemail

area emailaction editemailPOSTwrite

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.

Arguments

ArgumentTypeRequiredDescription
listidintegerYesID of the list that contains the email entry to edit.
emailaddressstringNoEmail address to edit
emailidintegerNoThe email id to edit in the list.

Example request

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

The platform expects this call as a POST; the parameters are the same either way.

Response

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

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.