Staged Email table
Field descriptions for viewing email records linked to CRM entities in the Staged Email [sys_email_staging] table.
| Field | Description |
|---|---|
| Receive type | Processing status of the email, such as New. |
| Target | CRM record the email is linked to, displayed as record type and number. For example, Lead: LEAD0000001. |
| User | Email address of the user who sent the email. |
| User ID | User ID of the user associated with the email, if one exists. |
| UID | Unique identifier for the email message. |
| Importance | Priority level of the email if specified by the sender. |
| Deleted | Indicates whether the email has been marked as deleted. |
| Target table | Database table of the linked CRM record, such as Lead [sn_lead_mgmt_core_lead]. |
| Reply to | Email address specified for replies if different from the sender. |
| Recipients | Email addresses of all recipients, including the To and CC fields. |
| Subject | Subject line of the email. |
| Headers | Any headers embedded in the email, such as routing details, authentication results, and server timestamps. |
| Content type | The MIME (Multipurpose Internet Mail Extension) media type of the email content stored in this record. This value indicates how the email body should be interpreted and rendered by email clients, including the
content format and character encoding. For example, text/html; charset=utf-8. |
| Body | HTML-formatted content of the email. |
| Body text | Plain text version of the email content. |