getopenlogReturns a list of emalis,ip,date,revenue from open logs for the specified campaign.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | campaign id |
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getopenlog &start=0 &limit=10 &id=1337
<response> <records>1</records> <log> <email>test@test.com</email> <datecreated>October 25, 2011, 02:33:46 pm</datecreated> <ip>203.0.113.1</ip> <country>GB</country> </log> </response>
{
"records": "1",
"log": {
"email": "test@test.com",
"datecreated": "October 25, 2011, 02:33:46 pm",
"ip": "203.0.113.1",
"country": "GB"
}
}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.