Skip to content

Email Message Participant

This is an object that is defined in Email Message.

ColumnTypeDefinitionSample Value(s)Sample Use
EMAILVarcharthe email of the email message participant.
EMAIL_HASHVarcharthe hashed email of the participant.
NAMEVarcharthe name of the participant.
TYPEVarcharA string describing the participant type.'UNRESOLVED', 'USER', 'PROSPECT'
PROSPECT_IDVarcharthe id of the participant if the participant is a prospect.this will be null for non prospect participants. maps to prospects table.
USER_IDVarcharthe id of the participant if the participant is an outreach user.this will be null for non outreach user participants. maps to users table.