email_activities


Description

A list of all email activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

admin_idint410null
admins.idDefined in XMLR

Id of the admin the record belongs to.

admin_namevarchar255null

Admin name.

candidate_idint410null
candidates.idDefined in XMLR

Id of the candidate the record belongs to.

candidate_namevarchar255null

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

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

email_message_fromvarchar255null

Name of the message sender. 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_message_subjectvarchar255null

Email message subject. Note: this field is only available for primary user (with full access).

email_thread_idint410null
email_threads.idDefined in XMLR

Id of the email thread the record belongs to.

email_thread_subjectvarchar255null

Email message thread. Note: this field is only available for primary user (with full access).

eventvarchar255null

Email activity event - one of (‘mailbox_bulk_message_sent’, ‘mailbox_message_received’, ‘mailbox_message_sent’, ‘mailbox_reply_received’, ‘mailbox_reply_sent’, ‘mailbox_thread_archived’, ‘mailbox_thread_converted’, ‘mailbox_thread_removed’, ‘mailbox_thread_unarchive’).

updated_attimestamp29,6null

Date the record was updated.

Relationships