email_participations


Description

A list of all email participations.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

admin_idint410null
admins.idDefined in XMLR

Id of the admin the record belongs to.

candidate_idint410null
candidates.idDefined in XMLR

Id of the candidate the record belongs to.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

delivery_typevarchar255null

Type of email message delivery - one of (‘from’, ‘to’, ‘cc’, ‘bcc’).

emailvarchar255null

Participant email. Note: this field is only available for primary user (with full access).

email_message_idint410null
email_messages.idDefined in XMLR

Id of the email message the record belongs to.

email_thread_idint410null
email_threads.idDefined in XMLR

Id of the email thread the record belongs to.

namevarchar255null

Participant name. Note: this field is only available for primary user (with full access).

updated_attimestamp29,6null

Date the record was updated.

Relationships