addmessageThis api allows you to remotely add a message to your email marketing account.
| Argument | Type | Required | Description |
|---|---|---|---|
title | string | Yes | title of the message |
body | string | Yes | html content of the your message |
text | string | No | text part of your message |
folder | integer | No | parent folder id integer default 0 |
rehostimages | boolean (1 or 0) | No | Automatically rehost external images and replace with the accounts image hosting. |
previewtext | string | No | Preview header text shown in email client |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=addmessage &body=yourmessagehere &title=messagetitle
The platform expects this call as a POST; the parameters are the same either way.
<response> <success>Messaged Added</success> <id>211596</id> </response>
{
"success": "Messaged Added",
"id": "211596"
}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.
getmessagedetailThis api returns the html and text content of message given the id of the message.
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.