Description
Lists emails tracked as opened.
Request URL
api.mailjet.com/0.1/reportOpen
Code Sample
<?php # Call $response = $mj->reportOpen(); # Result $opens = $response->opens; $count = $reponse->cnt;
Parameters
Return
| Label | Type | Description |
| arrival_ts | Timestamp | Date of sending |
|---|---|---|
| client | String | Client (Gmail, Outlook, ...) |
| email_id | Integer | Mailjet's email ID |
| from_email | String | Sender address |
| from_id | Integer | Mailjet's Sender ID |
| from_name | String | Sender name |
| id | Integer | Mailjet's open ID |
| opened_at | Timestamp | Date of open |
| open_delay | Integer | Open delay |
| sendtime_end | Integer | Date of last email sent |
| sendtime_start | Integer | Date of first email sent |
| subject | String | Email's subject |
| to_email | String | Email address |
| to_id | Integer | Mailjet's contact ID |
| user_agent_id | Integer | Mailjet's user agent ID |