getcampaignresults

area emailaction getcampaignresultsGETread

Shows each individual email delivery result from a campaign.

Arguments

ArgumentTypeRequiredDescription
idintegerYesID of the campaign to get the results from
filterstringNoOptionally can either be set to soffbounces,hardbounces,delivered, or do not enter anything and will return all the data.
startintegerNoStarting position for paging
limitintegerNoNumber of records to return

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getcampaignresults
  &id=1055353

Response

<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>

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.