editmessage

area emailaction editmessagePOSTwrite

Allows editing of a message in the system.

Arguments

ArgumentTypeRequiredDescription
idintegerYesmessage id integer that you are editing
titlestringYestitle of the message
bodystringYeshtml content of the your message
textstringNotext part of your message
previewtextstringNoPreview header text shown in email client

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=editmessage
  &body=yourmessagehere
  &title=messagetitle
  &id=1

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

Response

<response>
  <success>Messaged 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.