Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 605 Bytes

GetScheduledEmailByBatchIdBatches.md

File metadata and controls

22 lines (15 loc) · 605 Bytes

GetScheduledEmailByBatchIdBatches

Properties

Name Type Description Notes
scheduledAt [OffsetDateTime] Datetime for which the batch was scheduled
createdAt [OffsetDateTime] Datetime on which the batch was scheduled
status StatusEnum Current status of the scheduled batch

Enum: StatusEnum

Name Value
INPROGRESS "inProgress"
QUEUED "queued"
PROCESSED "processed"
ERROR "error"