Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 565 Bytes

GetScheduledEmailByBatchIdBatches.md

File metadata and controls

25 lines (13 loc) · 565 Bytes

SibApiV3Sdk.GetScheduledEmailByBatchIdBatches

Properties

Name Type Description Notes
scheduledAt Date Datetime for which the batch was scheduled
createdAt Date Datetime on which the batch was scheduled
status String Current status of the scheduled batch

Enum: StatusEnum

  • inProgress (value: "inProgress")

  • queued (value: "queued")

  • processed (value: "processed")

  • error (value: "error")