Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.25 KB

GetWhatsappCampaignOverview.md

File metadata and controls

32 lines (25 loc) · 1.25 KB

GetWhatsappCampaignOverview

Properties

Name Type Description Notes
id Long ID of the WhatsApp Campaign
campaignName String Name of the WhatsApp Campaign
campaignStatus CampaignStatusEnum Status of the WhatsApp Campaign
scheduledAt String UTC date-time on which WhatsApp campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format [optional]
senderNumber String Sender of the WhatsApp Campaign
stats WhatsappCampStats [optional]
template WhatsappCampTemplate
createdAt String Creation UTC date-time of the WhatsApp campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt String UTC date-time of last modification of the WhatsApp campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)

Enum: CampaignStatusEnum

Name Value
DRAFT "draft"
SCHEDULED "scheduled"
PENDING "pending"
APPROVED "approved"
RUNNING "running"
SUSPENDED "suspended"
REJECTED "rejected"
SENT "sent"