addmessage

area emailaction addmessagePOSTwrite

This api allows you to remotely add a message to your email marketing account.

Arguments

ArgumentTypeRequiredDescription
titlestringYestitle of the message
bodystringYeshtml content of the your message
textstringNotext part of your message
folderintegerNoparent folder id integer default 0
rehostimagesboolean (1 or 0)NoAutomatically rehost external images and replace with the accounts image hosting.
previewtextstringNoPreview header text shown in email client

Example request

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

<response>
  <success>Messaged Added</success>
  <id>211596</id>
</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.