email_template_shortened_link

Overview

A log of every email sent through the templating system

Object name email_template_shortened_link
Table name psys_email_template_shortened_link
Path /preside-objects/email/email_template_shortened_link.cfc

Properties

property name="label" formula="coalesce( ${prefix}title, ${prefix}body, ${prefix}full_url )";

property name="link_hash" type="string" dbtype="varchar" maxlength=32 required=true uniqueindexes="linkhash";
property name="href"      type="string" dbtype="text";
property name="title"     type="string" dbtype="text";
property name="body"      type="string" dbtype="text";