MessageInsightsFilters
An object containing Message Insights filters.
If you specify multiple filters, the filters are joined by AND.
If you specify multiple values for a filter, the values are joined by OR. Filter values are case-sensitive.
FromEmailAddress
, Destination
, and Subject
filters support partial match. A partial match is performed by using the *
wildcard character placed at the beginning (suffix match), the end (prefix match) or both ends of the string (contains match). In order to match the literal characters *
or \
, they must be escaped using the \
character. If no wildcard character is present, an exact match is performed.
Types
Properties
The recipient's email address.
The from address used to send the message.
The last delivery-related event for the email, where the ordering is as follows: SEND
<BOUNCE
<DELIVERY
<COMPLAINT
.
The last engagement-related event for the email, where the ordering is as follows: OPEN
<CLICK
.