SendlogDetail

Propriétés

Nom Type Format Requis
id integer requis
createdAt string | null date-time
recipient string requis
subject string requis
status string requis
template string | null
sender string | null
lang string | null
providerDispatchedAt string | null date-time
errorMessage string | null

Exemple JSON

{
    "id": 0,
    "createdAt": "2026-01-01T00:00:00+00:00",
    "recipient": "string",
    "subject": "string",
    "status": "string",
    "template": "string",
    "sender": "string",
    "lang": "string",
    "providerDispatchedAt": "2026-01-01T00:00:00+00:00",
    "errorMessage": "string"
}