This is an object that is defined in Email Message.
| Column | Type | Definition | Sample Value(s) | Sample Use |
|---|---|---|---|---|
| Varchar | the email of the email message participant. | |||
| EMAIL_HASH | Varchar | the hashed email of the participant. | ||
| NAME | Varchar | the name of the participant. | ||
| TYPE | Varchar | A string describing the participant type. | 'UNRESOLVED', 'USER', 'PROSPECT' | |
| PROSPECT_ID | Varchar | the id of the participant if the participant is a prospect. | this will be null for non prospect participants. maps to prospects table. | |
| USER_ID | Varchar | the id of the participant if the participant is an outreach user. | this will be null for non outreach user participants. maps to users table. |