Call us toll free @ 888-497-7898

email - getfeedbackloopconfirmationemails

Gets a list of feedback confirmation emails from the account.


API Call Information
area: email
action: getfeedbackloopconfirmationemails

API Arguments
Argument Data Type Required Description
start integer No Starting position
limit integer No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getfeedbackloopconfirmationemails&start=0&limit=10

API Result:
XML Response JSON Response
<response>
  <records>1</records>
  <email>
    <id>7050</id>
    <date>June 28, 2013, 12:05 pm</date>
    <emailfrom><![CDATA[test@test.com]]></emailfrom>
    <subject><![CDATA[ AOL Postmaster Support Request # 251078]]></subject>
    <body><![CDATA[Thank you for submitting an AOL Postmaster Support Request.<br><br>
                 Your ticket number is 251078. You should receive a confirmation email at the
                 confirmation address you submitted (test@test.com) shortly. Please
                 review this email for further information.

]]></body>
  </email>
</response>
{
    "records": "1",
    "email": {
        "id": "7050",
        "date": "June 28, 2013, 12:05 pm",
        "emailfrom": "test@test.com",
        "subject": " AOL Postmaster Support Request # 251078",
        "body": "Thank you for submitting an AOL Postmaster Support Request.

Your ticket number is 251078. You should receive a confirmation email at the confirmation address you submitted (test@test.com) shortly. Please review this email for further information." } }