| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| contactId | String | [optional] | |
| channelId | String | [optional] | |
| platformIdentifier | String | [optional] | |
| contactName | String | [optional] | |
| status | StatusEnum | [optional] | |
| messageId | String | [optional] | |
| error | String | [optional] | |
| sentAt | OffsetDateTime | [optional] | |
| deliveredAt | OffsetDateTime | [optional] | |
| readAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SENT | "sent" |
| DELIVERED | "delivered" |
| READ | "read" |
| FAILED | "failed" |