Class DBC.EmailFlowFields
Fields for EmailFlow, A set of properties related to the email workflow.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EmailFlowFields : Object
Fields
EmailFlowId
EmailFlow.EmailFlowId: Primary key
Declaration
public const string EmailFlowId = "email_flow_id"
Field Value
Type | Description |
---|---|
String |
FromAddr
EmailFlow.FromAddr: Email From address: name@domain.com
Declaration
public const string FromAddr = "from_addr"
Field Value
Type | Description |
---|---|
String |
FromName
EmailFlow.FromName: Email From name
Declaration
public const string FromName = "from_name"
Field Value
Type | Description |
---|---|
String |
FromType
EmailFlow.FromType: Email/Mailing From field address algorithm
Declaration
public const string FromType = "from_type"
Field Value
Type | Description |
---|---|
String |
GaCampaign
EmailFlow.GaCampaign: GA Campaign
Declaration
public const string GaCampaign = "ga_campaign"
Field Value
Type | Description |
---|---|
String |
GaSource
EmailFlow.GaSource: GA Source
Declaration
public const string GaSource = "ga_source"
Field Value
Type | Description |
---|---|
String |
HierarchyId
EmailFlow.HierarchyId: This email flow is inside that hierarchy folder
Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type | Description |
---|---|
String |
MainMessageId
EmailFlow.MainMessageId: The main email message, used for thumbnail creation
Declaration
public const string MainMessageId = "main_message_id"
Field Value
Type | Description |
---|---|
String |
OverrideConsentSubscription
EmailFlow.OverrideConsentSubscription: Override consent and subscription
Declaration
public const string OverrideConsentSubscription = "override_consent_subscription"
Field Value
Type | Description |
---|---|
String |
Registered
EmailFlow.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
EmailFlow.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ReplyToAddr
EmailFlow.ReplyToAddr: Reply to address, if different from From-address
Declaration
public const string ReplyToAddr = "reply_to_addr"
Field Value
Type | Description |
---|---|
String |
ReplyToName
EmailFlow.ReplyToName: Email Reply-To name
Declaration
public const string ReplyToName = "reply_to_name"
Field Value
Type | Description |
---|---|
String |
ReplyToType
EmailFlow.ReplyToType: Email/Mailing Reply-To field address algorithm
Declaration
public const string ReplyToType = "reply_to_type"
Field Value
Type | Description |
---|---|
String |
SelectedDays
EmailFlow.SelectedDays: Selected days (flags, so several days can be selected) for time frame
Declaration
public const string SelectedDays = "selected_days"
Field Value
Type | Description |
---|---|
String |
ShipmentTypeId
EmailFlow.ShipmentTypeId: Mailing type (subscription type)
Declaration
public const string ShipmentTypeId = "shipment_type_id"
Field Value
Type | Description |
---|---|
String |
SmsSender
EmailFlow.SmsSender: SMS sender (number or name)
Declaration
public const string SmsSender = "sms_sender"
Field Value
Type | Description |
---|---|
String |
TimeframeEnd
EmailFlow.TimeframeEnd: End of email/sms sending timeframe, interpreted in stored timezone or as UTC, only time part is used
Declaration
public const string TimeframeEnd = "timeframe_end"
Field Value
Type | Description |
---|---|
String |
TimeframeStart
EmailFlow.TimeframeStart: Start of email/sms sending timeframe, interpreted in stored timezone or as UTC, only time part is used
Declaration
public const string TimeframeStart = "timeframe_start"
Field Value
Type | Description |
---|---|
String |
Updated
EmailFlow.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
EmailFlow.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
EmailFlow.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UseGoogleAnalytics
EmailFlow.UseGoogleAnalytics: Use Google Analytics
Declaration
public const string UseGoogleAnalytics = "use_google_analytics"
Field Value
Type | Description |
---|---|
String |
UseTimeframe
EmailFlow.UseTimeframe: Use sender timeframe settings, only send email/sms within the timeframe
Declaration
public const string UseTimeframe = "use_timeframe"
Field Value
Type | Description |
---|---|
String |
WorkflowId
EmailFlow.WorkflowId: The workflow this emailflow belongs to
Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type | Description |
---|---|
String |