API call example:
{
"function":"mailkit.report.message.recipients",
"id":"client_id",
"md5":"client_md5",
"parameters":{
"ID_send":"ID_send"
}
}
Values
client_id * = client ID can be found in your Mailkit account's menu Profile/Integration.
client_md5 * = MD5 code can be found in your Mailkit account's menu Profile/Integration.
ID_send * = Campaign delivery ID
* required value
Succesfull call response:
[
{
"DATE":"RRRR-MM-DD HH:MM:SS",
"READ_COUNT":"2",
"STATUS":"sent",
"ID_EMAIL":"123456789",
"EMAIL":"example@example.cz",
"CLICK_COUNT":"2",
"ID_SEND_MESSAGE":"123456798",
"AB_VERSION":""
}
]
Values
DATE = date message was sent (yyyy-mm-dd hh:mm:ss)
ID_SEND_MESSAGE = ID of message (individual for each recipient)
EMAIL = e-mail address of recipient
ID_EMAIL = ID of recipient's e-mail address
STATUS = message delivery status
- sent = sent
- failed = failed (bounced)
- wait = the email has been placed in the sending queue, but we have not yet received information from the receiving party about the delivery or non-delivery of the message
- wait_ab = waiting for A/B test evaluation
AB_VERSION = version of campaign which was delivered to the recipient. Possible values: A, B, empty field (when A/B test was disabled)
READ_COUNT = read count
CLICK_COUNT = click count
Unsuccessful call response:
{
"error_status": 1,
"error": "Invalid ID_send"
}
Values
Missing ID_send – missing campaign delivery ID
Invalid ID_send – invalid campaign delivery ID