ListMemberEvents
Events information for a specific list.
Table Specific Information
SELECT and INSERT are supported for ListMemberEvents.
Select
SELECT * FROM ListMemberEvents
Insert
Name column is required when INSERTing.
Columns
| Name | Type | ReadOnly | Description |
| Name | String | False |
The name of the event. |
| OccurredAt | Datetime | False |
The occurred datetime of the event. |
| Properties | String | False |
Properties of the event in an aggregate JSON Format. |
| ListId [KEY] | String | False |
The unique id for the list. |
| MemberId [KEY] | String | False |
The MD5 hash of the list member's email address. |