Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 3.2 KB

File metadata and controls

32 lines (29 loc) · 3.2 KB

Brevo::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]
subject String The subject line of the email message (only for messages sent to email threads). [optional]
visitor_id String visitor’s ID [optional]
agent_id String ID of the agent on whose behalf the message was sent (only in messages sent by an agent). [optional]
agent_name String Agent’s name as displayed to the visitor. Only in the messages sent by an agent. [optional]
created_at Integer Timestamp in milliseconds. [optional]
is_pushed BOOLEAN `true` for pushed messages [optional]
is_trigger BOOLEAN `true` for automatic messages from “Targeted chats & triggers” and API (https://developers.brevo.com/docs/javascript-api-reference#sendautomessage) [optional]
is_missed BOOLEAN `true` for missed and offline messages. [optional]
is_missed_by_visitor BOOLEAN `true` for unread agent’s messages in finished chats. [optional]
agent_userpic String Only set if the agent has uploaded a profile picture. [optional]
received_from 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 ConversationsMessageFile [optional]
from ConversationsMessageFrom [optional]
to Array<ConversationsMessageTo> An array containing details of the recipients (applicable only to messages in email threads). [optional]
reply_to ConversationsMessageReplyTo [optional]
cc Array<ConversationsMessageTo> An array containing details of the carbon copy (CC) recipients (applicable only to messages in email threads). [optional]
bcc Array<ConversationsMessageTo> An array containing details of the blind carbon copy (BCC) recipients (applicable only to messages in email threads). [optional]
source_message_id String The ID of the message assigned by the integration source. [optional]
forwarded_to_source_status ConversationsMessageForwardedToSourceStatus [optional]
integrations Object Integration details. [optional]
is_bot BOOLEAN `true` for automated messages generated by an AI bot. [optional]
attachments Array<ConversationsMessageAttachments> An array of file attachments. [optional]