20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
# GetWhatsappCampaignsCampaigns
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **int** | ID of the WhatsApp Campaign |
|
|
**campaignName** | **string** | Name of the WhatsApp Campaign |
|
|
**templateId** | **string** | Id of the WhatsApp template |
|
|
**campaignStatus** | **string** | 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** | **int** | Count of invalidated contacts | [optional]
|
|
**readPercentage** | **float** | Read percentage of the the WhatsApp campaign created | [optional]
|
|
**stats** | [**\Brevo\Client\Model\WhatsappCampStats**](WhatsappCampStats.md) | | [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) |
|
|
|
|
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
|
|
|
|