| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | ID of the WhatsApp Campaign | |
| campaignName | String | Name of the WhatsApp Campaign | |
| templateId | String | Id of the WhatsApp template | |
| 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 | |
| errorReason | String | Error reason in the campaign creation | [optional] |
| invalidatedContacts | Long | Count of invalidated contacts | [optional] |
| readPercentage | Float | Read percentage of the the WhatsApp campaign created | [optional] |
| stats | WhatsappCampStats | [optional] | |
| 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 template (YYYY-MM-DDTHH:mm:ss.SSSZ) |
| Name | Value |
|---|---|
| DRAFT | "draft" |
| SCHEDULED | "scheduled" |
| PENDING | "pending" |
| APPROVED | "approved" |
| RUNNING | "running" |
| SUSPENDED | "suspended" |
| REJECTED | "rejected" |
| SENT | "sent" |