_id | ID | Unique identifier of the message. |
sender | senderData | Information about the sender of the message. |
conversation | ID | Conversation this message belongs to. |
messageType | MessageType | Type of the message (e.g., text, image, email). |
channelType | ChannelType | Channel through which the message was sent (e.g., WhatsApp, Email). |
senderType | SenderType | Indicates if the sender is a user, system, or bot. |
content | String | Plain text content of the message. |
contentHtml | String | HTML-formatted content. |
subject | String | Subject of the message (mainly for email). |
emailData | EmailDataType | Email-related metadata. |
commentData | CommentDataType | Comment-related metadata. |
questionData | QuestionDataType | Question-related metadata. |
media | [Media] | Attached media (images, videos, files). |
template_cards | Object | Template cards associated with the message. |
product_cards | Object | Product cards included in the message. |
channelMessageId | String | Identifier of the message in the external channel. |
ackStatus | AckType | Delivery status acknowledgment. |
createdAt | Date | Timestamp of when the message was created. |
autoCreate | Boolean | Indicates if the message was auto-generated. |
failedReason | FailedReasonType | Reason for delivery failure, if applicable. |
surveyData | surveyDataForLivechat | Survey data for live chat interactions. |
informativeButtons | InformativeButtonsType | Informative buttons included in the message. |
flowBotQuickReplyResponseId | String | Identifier for flow bot quick reply response. |
flowBotQuickReplyButtonsRequired | Boolean | Indicates if quick reply buttons are required. |
flowBotQuickReply | [FlowBotQuickReplyType] | Flow bot quick reply options. |
quotedMessage | QuotedMessageType | Reference to the quoted message, if any. |
reactions | ReactionEnum | Reactions to the message. |
frontMsgId | String | Frontend message ID. |
listMessage | ListMessageType | List-type interactive message data. |
catalogMessage | CatalogInteractiveType | Catalog message data. |
catalogOrderData | CatalogOrderDataType | Order details for catalog messages. |