SendlogDetail

Properties

Name Type Format Required
id integer required
createdAt string | null date-time
recipient string required
subject string required
status string required
template string | null
sender string | null
lang string | null
providerDispatchedAt string | null date-time
errorMessage string | null

Example 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"
}