ListMemberEvents
Events information for a specific list.
Table Specific Information
Select
The add-in will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- ListId supports the '=' operator.
- MemberId supports the '=' operator.
SELECT * FROM ListMemberEvents WHERE ListId = '121' and MemberId = '11'
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 | String | False |
The unique id for the list. |
| MemberId | String | False |
The MD5 hash of the list member's email address. |