SendlogSummary| Nom | Type | Format | Requis |
|---|---|---|---|
id |
integer | requis | |
createdAt |
string | null | date-time | |
recipient |
string | requis | |
subject |
string | requis | |
status |
string | requis | |
template |
string | null |
{
"id": 0,
"createdAt": "2026-01-01T00:00:00+00:00",
"recipient": "string",
"subject": "string",
"status": "string",
"template": "string"
}