getcampaignresultsShows each individual email delivery result from a campaign.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | ID of the campaign to get the results from |
filter | string | No | Optionally can either be set to soffbounces,hardbounces,delivered, or do not enter anything and will return all the data. |
start | integer | No | Starting position for paging |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getcampaignresults &id=1055353
<response> <records>16</records> <log> <email><![CDATA[test@test.com]]></email> <emaildomain><![CDATA[gmail.com]]></emaildomain> <status><![CDATA[Blocked]]></status> <clickts/> <viewts/> <clickip/> <viewip/> <engagementscore><![CDATA[0]]></engagementscore> <softbouncecount><![CDATA[1]]></softbouncecount> <lastmailsendts><![CDATA[July 30, 2025, 12:30:12 pm]]></lastmailsendts> <total_sends><![CDATA[1]]></total_sends> <email_tags/> <emailid><![CDATA[5]]></emailid> <debugreason><![CDATA[421-Connection Closed Gracefully.]]></debugreason> <firstname/> </log> <log> <email><![CDATA[test@test.com]]></email> <emaildomain><![CDATA[zohomail.com]]></emaildomain> <status><![CDATA[Blocked]]></status> <clickts/> <viewts/> <clickip/> <viewip/> <engagementscore><![CDATA[0]]></engagementscore> <softbouncecount><![CDATA[1]]></softbouncecount> <lastmailsendts><![CDATA[July 30, 2025, 12:30:20 pm]]></lastmailsendts> <total_sends><![CDATA[1]]></total_sends> <email_tags/> <emailid><![CDATA[7]]></emailid> <debugreason><![CDATA[250-Mail rejected due to antispam policy]]></debugreason> <firstname/> </log> </response>
{
"records": "16",
"log": [
{
"email": "test@test.com",
"emaildomain": "gmail.com",
"status": "Blocked",
"clickts": "",
"viewts": "",
"clickip": "",
"viewip": "",
"engagementscore": "0",
"softbouncecount": "1",
"lastmailsendts": "July 30, 2025, 12:30:12 pm",
"total_sends": "1",
"email_tags": "",
"emailid": "5",
"debugreason": "421-Connection Closed Gracefully.",
"firstname": ""
},
{
"email": "test@test.com",
"emaildomain": "zohomail.com",
"status": "Blocked",
"clickts": "",
"viewts": "",
"clickip": "",
"viewip": "",
"engagementscore": "0",
"softbouncecount": "1",
"lastmailsendts": "July 30, 2025, 12:30:20 pm",
"total_sends": "1",
"email_tags": "",
"emailid": "7",
"debugreason": "250-Mail rejected due to antispam policy",
"firstname": ""
}
]
}blreportGets list of blocked responses from a campaign that appear to be from blacklists
campaignlogGets the details of a campaign from the campaign log. For each chunk update. This data builds the campaign graph.
createcampaignSends an email campaign
deletecampaignDeletes a campaign given a campaign id
deletereoccurringcampaignDeletes a recurring campaign given the recurring id
deletetriggerDeletes a trigger given a trigger id
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.