ODBC Driver for Mailchimp

Build 25.0.9434

ListMemberEvents

Events information for a specific list.

Table Specific Information

Select

The driver 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 driver.

  • 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434