Notifications
Available tags
LeadsMail:AdditionalMessage
Returns text of additional message of leads mail.
RAZOR
@GetString("LeadsMail:AdditionalMessage")
LeadsMail:PotentialLeads.AdditionalMessage
Returns text of potential leads additional message.
RAZOR
@GetString("LeadsMail:PotentialLeads.AdditionalMessage")
OMC:Notification.PreviousDate
Returns previous date from day of notification sent.
RAZOR
@GetDate("OMC:Notification.PreviousDate")
OMC:Notification.Website
Returns website name of the notification.
RAZOR
@GetString("OMC:Notification.Website")
Available loops
LeadsMail:MailBody
This Loop contains all lead metadata can be mailed.
RAZOR
@foreach (LoopItem item in GetLoop("LeadsMail:MailBody")){ <p>@item.GetValue("TagName")</p> }
LeadsMail:PotentialLeads
This Loop contains all metadata related to a potential lead.
RAZOR
@foreach (LoopItem item in GetLoop("LeadsMail:PotentialLeads")){ <p>@item.GetValue("TagName")</p> }
OMC:Notification.Visitors
This Loop contains all metadata related to an visitor returns to the website.
RAZOR
@foreach (LoopItem item in GetLoop("OMC:Notification.Visitors")){ <p>@item.GetValue("TagName")</p> }