getmessagedetailThis api returns the html and text content of message given the id of the message.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | message id found from the getmessages api call |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getmessagedetail &id=1234
<response> <message> <id>45911</id> <title>aagag</title> <datecreated>August 11, 2011, 09:18:08 pm</datecreated> <numberoftimesused>0</numberoftimesused> <datelastused>Never</datelastused> <locked>0</locked> <previewtext/> <htmlmsg><![CDATA[ <html><body><p>test link <a href="http://www.test.com">http://www.test.com</a></p> <p> </p> <p>Image test</p> <p><img src="http://site.com/logo.jpg" alt="" width="186" height="52" /></p></body></html> ]]></htmlmsg> <textmsg><![CDATA[ test link http://www.test.com ]]></textmsg> </message> </response>
{
"message": {
"id": "45911",
"title": "aagag",
"datecreated": "August 11, 2011, 09:18:08 pm",
"numberoftimesused": "0",
"datelastused": "Never",
"locked": "0",
"previewtext": "",
"htmlmsg": "<html><body><p>test link <a href=\"http://www.test.com\">http://www.test.com</a></p>\n<p> </p>\n<p>Image test</p>\n<p><img src=\"http://site.com/logo.jpg\" alt=\"\" width=\"186\" height=\"52\" /></p></body></html>",
"textmsg": "test link http://www.test.com"
}
}addmessageThis api allows you to remotely add a message to your email marketing account.
checkspamassassinReturns the results of the spam assassin content check
deleteimageDeletes an image given an image id
deletemessageDelete a message by message id
editmessageAllows editing of a message in the system.
getmessagesReturns a list of messages in the account
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.