getsmtpandapiresultsGets a list of all SMTP and API email sends.
| Argument | 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 |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getsmtpandapiresults &start=0 &limit=10
<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>
{
"records": "1",
"log": {
"id": "10330259",
"email": "test@test.com",
"sendstatus": "",
"emailstatus": "Delivered",
"emailtype": "Quick Email",
"debugreason": "Done sending to test@test.com @IP:203.0.113.1",
"views": "5",
"clicks": "0",
"optout": "0",
"startdate": "April 20, 2023, 09:34 am",
"enddate": "April 20, 2023, 09:34 am"
}
}addsmtpserverAdds a SMTP Server for use in remote SMTP Campaigns
deletesmtpserverDelete SMTP Server given the id of the server
editsmtpserverEdit's a SMTP Server given the server id.
getclicklogsmtpGets the SMTP click log from a single email send API/quick send or the SMTP API
getopenlogsmtpGets the SMTP open log from a single email send API/quick send or the SMTP API
getresultsendsingleemailGets the result of the sendsingleemail api call or SMTP API
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.