newsletter field working
This commit is contained in:
parent
2f836dde20
commit
63c98bfd30
1302 changed files with 308003 additions and 7 deletions
19
vendor/getbrevo/brevo-php/docs/Model/Conversationsmessage.md
vendored
Normal file
19
vendor/getbrevo/brevo-php/docs/Model/Conversationsmessage.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# ConversationsMessage
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Message ID. It can be used for further manipulations with the message. | [optional]
|
||||
**type** | **string** | `\"agent\"` for agents’ messages, `\"visitor\"` for visitors’ messages. | [optional]
|
||||
**text** | **string** | Message text or name of the attached file | [optional]
|
||||
**visitorId** | **string** | visitor’s ID | [optional]
|
||||
**agentId** | **string** | ID of the agent on whose behalf the message was sent (only in messages sent by an agent). | [optional]
|
||||
**agentName** | **string** | Agent’s name as displayed to the visitor. Only in the messages sent by an agent. | [optional]
|
||||
**createdAt** | **int** | Timestamp in milliseconds. | [optional]
|
||||
**isPushed** | **bool** | `true` for pushed messages | [optional]
|
||||
**receivedFrom** | **string** | In two-way integrations, messages sent via REST API can be marked with receivedFrom property and then filtered out when received in a webhook to avoid infinite loop. | [optional]
|
||||
**file** | [**\Brevo\Client\Model\ConversationsMessageFile**](ConversationsMessageFile.md) | | [optional]
|
||||
|
||||
[[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