viewreply

area emailaction viewreplyGETread

Views a specific reply email message.

Arguments

ArgumentTypeRequiredDescription
idintegerNoid of the reply
rawfileboolean (1 or 0)NoIf set to 1 it will export the entire raw message file in text with full headers. Do not set output=xml or json in this request

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=viewreply

Response

<response>
  <reply>
    <id>4658189</id>
    <subject><![CDATA[Re: New Responsive List]]></subject>
    <emailto><![CDATA["John Doe" <test@test.com>]]></emailto>
    <emailfrom><![CDATA["Wayne Doe" <test@test.com]]></emailfrom>
    <date><![CDATA[Mon, 15 Feb 2016 12:28:29 -0600]]></date>
  </reply>
  <quotedprintable>reply content here if present</quotedprintable>
  <html>reply content here if present</html>
  <text>reply content here if present</text>
</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.