Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.13 KB

File metadata and controls

35 lines (21 loc) · 1.13 KB

SibApiV3Sdk.GetSmsCampaignOverview

Properties

Name Type Description Notes
id Number ID of the SMS Campaign
name String Name of the SMS Campaign
status String Status of the SMS Campaign
content String Content of the SMS Campaign
scheduledAt Date UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format
testSent Boolean Retrieved the status of test SMS sending. (true=Test SMS has been sent false=Test SMS has not been sent)
sender String Sender of the SMS Campaign
createdAt Date Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt Date UTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)

Enum: StatusEnum

  • draft (value: "draft")

  • sent (value: "sent")

  • archive (value: "archive")

  • queued (value: "queued")

  • suspended (value: "suspended")

  • in_process (value: "in_process")