InboundEmailListResponse
data object[]required
Array [
idstringrequired
domain_idstringrequired
fromstringrequired
tostring[]required
Every address this message was addressed to at your domains.
subjectstringrequired
message_idstring
The sender's own Message-ID header, for correlating with your logs.
spam_scorenumber<double>required
spam_actionSpamActionrequired
Possible values: [no_action, greylist, add_header, rewrite_subject, soft_reject, reject, discard, quarantine]
size_bytesinteger<int64>required
attachment_countintegerrequired
received_atstring<date-time>required
]
has_morebooleanrequired
next_cursorstring
InboundEmailListResponse
{
"data": [
{
"id": "string",
"domain_id": "string",
"from": "string",
"to": [
"string"
],
"subject": "string",
"message_id": "string",
"spam_score": 0,
"spam_action": "no_action",
"size_bytes": 0,
"attachment_count": 0,
"received_at": "2024-07-29T15:51:28.071Z"
}
],
"has_more": true,
"next_cursor": "string"
}