newsletter field working
This commit is contained in:
parent
2f836dde20
commit
63c98bfd30
1302 changed files with 308003 additions and 7 deletions
17
vendor/getbrevo/brevo-php/docs/Model/GetSmsCampaign.md
vendored
Normal file
17
vendor/getbrevo/brevo-php/docs/Model/GetSmsCampaign.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# GetSmsCampaign
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **int** | ID of the SMS Campaign |
|
||||
**name** | **string** | Name of the SMS Campaign |
|
||||
**status** | **string** | 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) |
|
||||
**recipients** | **object** | |
|
||||
**statistics** | **object** | |
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue