Call us toll free @ 888-497-7898

email - getsmtpandapiresults

Gets a list of all SMTP and API email sends.


API Call Information
area: email
action: getsmtpandapiresults

API Arguments
Argument Data Type Required Description
start integer No Starting position
limit integer No Number of records to return
fitleremail string No Filters the results by a specific email address
filteremaildomain string No Filter the result from a an email domain. Example: gmail.com or yahoo.com
filtertrackingdomain string No Filter by a tracking/sending domain on the account.
filterprofileid integer No Filter by a specific profile id
fitlerfromaddress string No Filter based on sending address can be a domain or a partial search
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getsmtpandapiresults&start=0&limit=10

API Result:
XML Response JSON Response
<response><records>1</records>
<log>
<id>10330259</id>
<email>test@test.com</email>
<sendstatus/>
<emailstatus>Delivered</emailstatus>
<emailtype>Quick Email</emailtype>
<debugreason>Done sending to test@test.com @IP:101.84.202.27</debugreason>
<views>5</views>
<clicks>0</clicks>
<optout>0</optout>
<startdate>April 20, 2023, 09:34 am</startdate>
<enddate>April 20, 2023, 09:34 am</enddate>
</log>

</response>
{
    "records": "1",
    "log": {
        "id": "10330259",
        "email": "test@test.com",
        "sendstatus": "",
        "emailstatus": "Delivered",
        "emailtype": "Quick Email",
        "debugreason": "Done sending to test@test.com @IP:101.84.202.27",
        "views": "5",
        "clicks": "0",
        "optout": "0",
        "startdate": "April 20, 2023, 09:34 am",
        "enddate": "April 20, 2023, 09:34 am"
    }
}