Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 871 Bytes

File metadata and controls

43 lines (22 loc) · 871 Bytes

SibApiV3Sdk.GetCampaignOverview

Properties

Name Type Description Notes
id Number ID of the campaign
name String Name of the campaign
subject String Subject of the campaign
type String Type of campaign
status String Status of the campaign
scheduledAt Date UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) [optional]

Enum: TypeEnum

  • classic (value: "classic")

  • trigger (value: "trigger")

Enum: StatusEnum

  • draft (value: "draft")

  • sent (value: "sent")

  • archive (value: "archive")

  • queued (value: "queued")

  • suspended (value: "suspended")

  • in_process (value: "in_process")