Call us toll free @ 888-497-7898

email - viewreply

Views a specific reply email message.


API Call Information
area: email
action: viewreply

API Arguments
Argument Data Type Required Description
id integer No id of the reply
rawfile boolean either 1 or 0 No If 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
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=viewreply

API Result:
XML Response JSON 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>
{
    "reply": {
        "id": "4658189",
        "subject": "Re: New Responsive List",
        "emailto": "'John Doe' ",
        "emailfrom": "'Wayne Doe'