| Name | Type | Description | Notes |
|---|---|---|---|
| scheduledAt | [OffsetDateTime] | Datetime for which the email was scheduled | |
| createdAt | [OffsetDateTime] | Datetime on which the email was scheduled | |
| status | StatusEnum | Current status of the scheduled email |
| Name | Value |
|---|---|
| INPROGRESS | "inProgress" |
| QUEUED | "queued" |
| PROCESSED | "processed" |
| ERROR | "error" |