ConversationMessages
Messages from a specific conversation. Conversation tracking is a feature available to paid accounts that lets you view replies to your campaigns from inside your MailChimp account.
テーブル固有の情報
ConversationMessages では、SELECT がサポートされています。
Select
SELECT * FROM ConversationMessages
Columns
Name | Type | Description |
Id [KEY] | String | A string that uniquely identifies this message |
ConversationId [KEY] | String | A string that identifies this message's conversation |
ListId [KEY] | String | The unique identifier of the list this conversation is associated with |
FromLabel | String | A label representing the sender of this message |
FromEmail | String | A label representing the email of the sender of this message |
Subject | String | The subject of this message |
Message | String | The plain-text content of the message |
Read | Boolean | Whether or not this message has been marked as read |
Timestamp | Datetime | Date the message was either sent or received |