Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.52 KB

Body13.md

File metadata and controls

15 lines (11 loc) · 1.52 KB

Body13

Properties

Name Type Description Notes
VisitorId string visitor’s ID received <a href=&quot;https://developers.brevo.com/docs/conversations-webhooks\&quot;&gt;from a webhook</a> or generated by you to <a href=&quot;https://developers.brevo.com/docs/customize-the-widget#identifying-existing-users\&quot;&gt;bind existing user account to Conversations</a> [default to null]
Text string message text [default to null]
AgentId string agent ID. It can be found on agent’s page or received <a href=&quot;https://developers.brevo.com/docs/conversations-webhooks\&quot;&gt;from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). [optional] [default to null]
ReceivedFrom string mark your messages to distinguish messages created by you from the others. [optional] [default to null]
AgentEmail string agent email. When sending messages from a standalone system, it’s 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. [optional] [default to null]
AgentName string agent name [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]