nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/Body14.md
2024-09-04 18:30:33 +02:00

13 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Body14
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agentId** | **string** | agent ID. It can be found on agents page or received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
**receivedFrom** | **string** | mark your messages to distinguish messages created by you from the others. | [optional]
**agentEmail** | **string** | agent email. When sending online pings from a standalone system, its hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. If theres no agent with the specified email address in your Brevo organization, a dummy agent will be created automatically. | [optional]
**agentName** | **string** | agent name. | [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)