EmailMarketing
Stores records for marketing email campaign configuration and scheduling. This table supports campaign automation, outreach workflows, and performance reporting.
Columns
| Name | Type | ReadOnly | Description |
| All_Prospect_Lists | Bool | False |
A Boolean field that returns a value of 'true' when the email marketing message is configured to send to all available prospect lists within the system. It returns a value of 'false' when the message targets only specific lists. |
| Campaign_Id | String | False |
The identifier (Id) of the campaign that is associated with this email marketing message. This links the message to campaign performance tracking and reporting. |
| Created_By | String | True |
The user who created the email marketing record. |
| Date_Entered | Datetime | True |
The date and time when this email marketing record was created. |
| Date_Modified | Datetime | True |
The date and time when this email marketing record was last modified. |
| Date_Start | Datetime | False |
The scheduled start date and time when the email marketing message is to be sent or made active. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the email marketing record is marked for deletion. It returns a value of 'false' when the record remains active. |
| From_Addr | String | False |
The email address that appears in the 'From' field when recipients receive the message. |
| From_Name | String | False |
The display name that appears alongside the 'From' email address for recipients. |
| Id [KEY] | String | True |
The unique Id for the email marketing record. |
| Inbound_Email_Id | String | False |
The Id of the related inbound email account that is used for routing or handling replies. |
| Modified_User_Id | String | True |
The Id of the user who last modified the record. |
| Name | String | False |
The assigned name of the email marketing message, used for internal identification and reporting. |
| Prospect_List_Name | String | False |
The name of the specific prospect list that is targeted by this email marketing message when it does not use all prospect lists. |
| Reply_To_Addr | String | False |
The email address to which reply messages from recipients are to be directed. |
| Reply_To_Name | String | False |
The display name that is associated with the reply-to email address. |
| Status | String | False |
The current delivery or scheduling status of the email marketing record (for example, 'Draft', 'Scheduled', 'In Progress', or 'Sent'). |
| Template_Id | String | False |
The Id of the email template that is used to generate message content for this campaign. |
| Template_Name | String | True |
The human-readable name of the email template that is used for this marketing message. |