| ts |
integer |
The Unix timestamp when the message was sent. |
| _id |
string |
The unique message ID. |
| sender |
string |
The sender email address. |
| template |
string |
The template slug used, if any. |
| subject |
string |
The subject line of the message. |
| email |
string |
The recipient email address. |
| tags |
array |
Tags applied to the message. |
| opens |
integer |
The number of times the message was opened. |
| opens_detail |
array |
Detailed open tracking events. |
| clicks |
integer |
The number of link clicks in the message. |
| clicks_detail |
array |
Detailed click tracking events. |
| state |
string |
The current state of the message. |
| metadata |
object |
Custom metadata attached to the message. |