Call us toll-free @ 888-497-7898

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.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=editmessage&body=yourmessagehere&title=messagetitle&id=1

API Response

XML Response

<response>
  <success>Messaged Updated</success>
</response>

JSON Response

{
    "success": "Messaged Updated"
}