ListMemberEvents
Events information for a specific list.
Table Specific Information
SELECT and INSERT are supported for ListMemberEvents.
Select
A ListId and EmailId are required to retrieve data from this table. If none are specified in the WHERE clause, the first ones available for your account will be used.
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 | True |
The unique id for the list. |
MemberId [KEY] | String | True |
The MD5 hash of the list member's email address. |