Email Message

This object is contained once per Email Message Synced Event. Each Email Message contains instances of Email Participant.

ColumnTypeDefinitionSample Value(s)Sample Use
IDVarcharThis is the message ID (various by mailbox provider) of this mailing.
DATETimestamp_NTZA datetime (local to server) in which the row was last modified. date can be used to identify updated and new records, but as tables may not see changed records every day, it is not authoritative on when the table was last synced.2019-01-01 12:14:01:10Where date::date >= current_date-7 This will return all rows modified in the last 7 days.
DIRECTIONVarcharA string describing the direction type.'EMAIL_MESSAGE_DIRECTION_UNKNOWN', 'DIRECTION_OUTBOUND', 'DIRECTION_INBOUND'
FROMVariantThis is the email participant associated with `from` email message field.
TOArrayThis is a list of email participants associated with `to` email participants.
REPLY_TOVariantThis is a email participant associated with the `reply_to` email participant.
CCArrayThis is a list of email participants associated with carbon copy email participants.
BCCArrayThis is a list of email participants associated with blind carbon copy email participants.