This api allows you to remotely add a message to your email marketing account.
| Argument | Data 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 either 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 |
| XML Response | JSON Response |
| <response> <success>Messaged Added</success> <id>211596</id> </response> |
{
"success": "Messaged Added",
"id": "211596"
} |