getsmtpandapiresults

area emailaction getsmtpandapiresultsGETread

Gets a list of all SMTP and API email sends.

Arguments

ArgumentTypeRequiredDescription
startintegerNoStarting position
limitintegerNoNumber of records to return
fitleremailstringNoFilters the results by a specific email address
filteremaildomainstringNoFilter the result from a an email domain. Example: gmail.com or yahoo.com
filtertrackingdomainstringNoFilter by a tracking/sending domain on the account.
filterprofileidintegerNoFilter by a specific profile id
fitlerfromaddressstringNoFilter based on sending address can be a domain or a partial search

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getsmtpandapiresults
  &start=0
  &limit=10

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:203.0.113.1</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>

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.