Return Back to API List

email - editmessage

Allows editing of a message in the system.


API Call Information
area: email
action: editmessage

API Arguments
Argument Data Type Required Description
id integer Yes message id integer that you are editing
title string Yes title of the message
body string Yes html content of the your message
text string No text part of your message
previewtext string No Preview header text shown in email client
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=editmessage&body=yourmessagehere&title=messagetitle&id=1

API Call Result:
XML Response JSON Response
<response>
  <success>Messaged Updated</success>
</response>
{
    "success": "Messaged Updated"
}