Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.17 KB

File metadata and controls

40 lines (28 loc) · 1.17 KB

GetWhatsAppBroadcast200ResponseBroadcast

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
template Object [optional]
status StatusEnum [optional]
recipientCount Integer [optional]
scheduledAt OffsetDateTime [optional]
startedAt OffsetDateTime [optional]
completedAt OffsetDateTime [optional]
sentCount Integer [optional]
deliveredCount Integer [optional]
readCount Integer [optional]
failedCount Integer [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]

Enum: StatusEnum

Name Value
DRAFT "draft"
SCHEDULED "scheduled"
SENDING "sending"
COMPLETED "completed"
FAILED "failed"
CANCELLED "cancelled"