Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

GetSmsCampaignOverview.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

GetSmsCampaignOverview

Properties

Name Type Description Notes
id Long ID of the SMS Campaign
name String Name of the SMS Campaign
status StatusEnum Status of the SMS Campaign
content String Content of the SMS Campaign
scheduledAt String UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format [optional]
sender String Sender of the SMS Campaign
createdAt String Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt String UTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)

Enum: StatusEnum

Name Value
DRAFT "draft"
SENT "sent"
ARCHIVE "archive"
QUEUED "queued"
SUSPENDED "suspended"
INPROCESS "inProcess"